diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 150eeb705fbc..9e3fb3438718 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -102,6 +102,10 @@ config GPIO_MAX730X | |||
102 | 102 | ||
103 | comment "Memory mapped GPIO drivers:" | 103 | comment "Memory mapped GPIO drivers:" |
104 | 104 | ||
105 | config GPIO_CLPS711X | ||
106 | def_bool y | ||
107 | depends on ARCH_CLPS711X | ||
108 | |||
105 | config GPIO_GENERIC_PLATFORM | 109 | config GPIO_GENERIC_PLATFORM |
106 | tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" | 110 | tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" |
107 | select GPIO_GENERIC | 111 | select GPIO_GENERIC |