diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index ebd1124b0764..3735c051074f 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -86,6 +86,12 @@ config GPIO_IT8761E | |||
86 | help | 86 | help |
87 | Say yes here to support GPIO functionality of IT8761E super I/O chip. | 87 | Say yes here to support GPIO functionality of IT8761E super I/O chip. |
88 | 88 | ||
89 | config GPIO_PLAT_SAMSUNG | ||
90 | bool "Samsung SoCs GPIO library support" | ||
91 | default y if SAMSUNG_GPIOLIB_4BIT | ||
92 | help | ||
93 | Say yes here to support Samsung SoCs GPIO library | ||
94 | |||
89 | config GPIO_PL061 | 95 | config GPIO_PL061 |
90 | bool "PrimeCell PL061 GPIO support" | 96 | bool "PrimeCell PL061 GPIO support" |
91 | depends on ARM_AMBA | 97 | depends on ARM_AMBA |