diff options
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 697338772b64..aa74949dd9ad 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -192,7 +192,7 @@ config GPIO_MSM_V1 | |||
192 | 192 | ||
193 | config GPIO_MSM_V2 | 193 | config GPIO_MSM_V2 |
194 | tristate "Qualcomm MSM GPIO v2" | 194 | tristate "Qualcomm MSM GPIO v2" |
195 | depends on GPIOLIB && OF && ARCH_MSM | 195 | depends on GPIOLIB && OF && ARCH_QCOM |
196 | help | 196 | help |
197 | Say yes here to support the GPIO interface on ARM v7 based | 197 | Say yes here to support the GPIO interface on ARM v7 based |
198 | Qualcomm MSM chips. Most of the pins on the MSM can be | 198 | Qualcomm MSM chips. Most of the pins on the MSM can be |