Kconfig (7b2fa5702059a03c11f934224724b2f712a749ce) Kconfig (d37a65bb4663bde7cf3dbc51aec7f264fa4d0ebf)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

--- 83 unchanged lines hidden (view full) ---

92 depends on ARM
93 help
94 Say yes here to support Samsung Exynos4 series SoCs GPIO library
95
96config GPIO_MXS
97 def_bool y
98 depends on ARCH_MXS
99
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

--- 83 unchanged lines hidden (view full) ---

92 depends on ARM
93 help
94 Say yes here to support Samsung Exynos4 series SoCs GPIO library
95
96config GPIO_MXS
97 def_bool y
98 depends on ARCH_MXS
99
100config GPIO_MXC
101 def_bool y
102 depends on ARCH_MXC
103
100config GPIO_PLAT_SAMSUNG
101 bool "Samsung SoCs GPIO library support"
102 default y if SAMSUNG_GPIOLIB_4BIT
103 depends on ARM
104 help
105 Say yes here to support Samsung SoCs GPIO library
106
107config GPIO_S5PC100

--- 365 unchanged lines hidden ---
104config GPIO_PLAT_SAMSUNG
105 bool "Samsung SoCs GPIO library support"
106 default y if SAMSUNG_GPIOLIB_4BIT
107 depends on ARM
108 help
109 Say yes here to support Samsung SoCs GPIO library
110
111config GPIO_S5PC100

--- 365 unchanged lines hidden ---