|
@@ -90,6 +90,14 @@ config GPIO_EXYNOS4
|
|
|
def_bool y
|
|
|
depends on CPU_EXYNOS4210
|
|
|
|
|
|
+config GPIO_MSM_V1
|
|
|
+ tristate "Qualcomm MSM GPIO v1"
|
|
|
+ depends on GPIOLIB && ARCH_MSM
|
|
|
+ help
|
|
|
+ Say yes here to support the GPIO interface on ARM v6 based
|
|
|
+ Qualcomm MSM chips. Most of the pins on the MSM can be
|
|
|
+ selected for GPIO, and are controlled by this driver.
|
|
|
+
|
|
|
config GPIO_PLAT_SAMSUNG
|
|
|
def_bool y
|
|
|
depends on SAMSUNG_GPIOLIB_4BIT
|