diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 573c449c49b9..9c993ed491f1 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -209,6 +209,13 @@ config GPIO_RCAR | |||
209 | help | 209 | help |
210 | Say yes here to support GPIO on Renesas R-Car SoCs. | 210 | Say yes here to support GPIO on Renesas R-Car SoCs. |
211 | 211 | ||
212 | config GPIO_SAMSUNG | ||
213 | bool | ||
214 | depends on PLAT_SAMSUNG | ||
215 | help | ||
216 | Legacy GPIO support. Use only for platforms without support for | ||
217 | pinctrl. | ||
218 | |||
212 | config GPIO_SPEAR_SPICS | 219 | config GPIO_SPEAR_SPICS |
213 | bool "ST SPEAr13xx SPI Chip Select as GPIO support" | 220 | bool "ST SPEAr13xx SPI Chip Select as GPIO support" |
214 | depends on PLAT_SPEAR | 221 | depends on PLAT_SPEAR |