diff options
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 382c67c66070..30e14e8b5bc1 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -98,6 +98,14 @@ config GPIO_MSM_V1 | |||
98 | Qualcomm MSM chips. Most of the pins on the MSM can be | 98 | Qualcomm MSM chips. Most of the pins on the MSM can be |
99 | selected for GPIO, and are controlled by this driver. | 99 | selected for GPIO, and are controlled by this driver. |
100 | 100 | ||
101 | config GPIO_MSM_V2 | ||
102 | tristate "Qualcomm MSM GPIO v2" | ||
103 | depends on GPIOLIB && ARCH_MSM | ||
104 | help | ||
105 | Say yes here to support the GPIO interface on ARM v7 based | ||
106 | Qualcomm MSM chips. Most of the pins on the MSM can be | ||
107 | selected for GPIO, and are controlled by this driver. | ||
108 | |||
101 | config GPIO_PLAT_SAMSUNG | 109 | config GPIO_PLAT_SAMSUNG |
102 | def_bool y | 110 | def_bool y |
103 | depends on SAMSUNG_GPIOLIB_4BIT | 111 | depends on SAMSUNG_GPIOLIB_4BIT |