diff options
| author | Eoin Dickson <[email protected]> | 2025-07-08 18:31:20 +0530 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-07-17 14:37:36 +0800 |
| commit | 63e8a80cb360a85b9c22f9b5bdb45eee9eeb8a40 (patch) | |
| tree | 34f313dc941a7aa4f72dce54805f54d7b43d827e /drivers/gpio/Makefile | |
| parent | 4675216c7a39b13b9f2e4812727ed80582d9a5be (diff) | |
gpio: add PolarFire SoC GPIO and Core GPIO driver
This driver adds GPIO support for PolarFire SoC family, this is required
to add sd card support on the Beagle-V-Fire as it uses GPIO chip selects
Signed-off-by: Eoin Dickson <[email protected]>
Acked-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'drivers/gpio/Makefile')
| -rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index a5ef1c9e0d8..83e10c79b91 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -80,3 +80,4 @@ obj-$(CONFIG_SLG7XL45106_I2C_GPO) += gpio_slg7xl45106.o obj-$(CONFIG_FTGPIO010) += ftgpio010.o obj-$(CONFIG_$(PHASE_)ADP5585_GPIO) += adp5585_gpio.o obj-$(CONFIG_RZG2L_GPIO) += rzg2l-gpio.o +obj-$(CONFIG_MPFS_GPIO) += mpfs_gpio.o |
