diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 510aa2054544..e47ef94be379 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -70,6 +70,11 @@ config GPIO_MAX730X | |||
70 | 70 | ||
71 | comment "Memory mapped GPIO expanders:" | 71 | comment "Memory mapped GPIO expanders:" |
72 | 72 | ||
73 | config GPIO_BASIC_MMIO | ||
74 | tristate "Basic memory-mapped GPIO controllers support" | ||
75 | help | ||
76 | Say yes here to support basic memory-mapped GPIO controllers. | ||
77 | |||
73 | config GPIO_IT8761E | 78 | config GPIO_IT8761E |
74 | tristate "IT8761E GPIO support" | 79 | tristate "IT8761E GPIO support" |
75 | depends on GPIOLIB | 80 | depends on GPIOLIB |