diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 74e17f19cc33..93aaadf99f28 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -30,6 +30,9 @@ config ARCH_REQUIRE_GPIOLIB | |||
30 | Selecting this from the architecture code will cause the gpiolib | 30 | Selecting this from the architecture code will cause the gpiolib |
31 | code to always get built in. | 31 | code to always get built in. |
32 | 32 | ||
33 | config GPIO_DEVRES | ||
34 | def_bool y | ||
35 | depends on HAS_IOMEM | ||
33 | 36 | ||
34 | 37 | ||
35 | menuconfig GPIOLIB | 38 | menuconfig GPIOLIB |
@@ -298,6 +301,14 @@ config GPIO_GE_FPGA | |||
298 | and write pin state) for GPIO implemented in a number of GE single | 301 | and write pin state) for GPIO implemented in a number of GE single |
299 | board computers. | 302 | board computers. |
300 | 303 | ||
304 | config GPIO_LYNXPOINT | ||
305 | bool "Intel Lynxpoint GPIO support" | ||
306 | depends on ACPI | ||
307 | select IRQ_DOMAIN | ||
308 | help | ||
309 | driver for GPIO functionality on Intel Lynxpoint PCH chipset | ||
310 | Requires ACPI device enumeration code to set up a platform device. | ||
311 | |||
301 | comment "I2C GPIO expanders:" | 312 | comment "I2C GPIO expanders:" |
302 | 313 | ||
303 | config GPIO_ARIZONA | 314 | config GPIO_ARIZONA |