Kconfig (2ce420da39078a6135d1c004a0e4436fdc1458b4) Kconfig (c6b52c13de4415ed5774be8c076685715de56096)
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

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

81 help
82 Say yes here to support basic memory-mapped GPIO controllers.
83
84config GPIO_IT8761E
85 tristate "IT8761E GPIO support"
86 help
87 Say yes here to support GPIO functionality of IT8761E super I/O chip.
88
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

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

81 help
82 Say yes here to support basic memory-mapped GPIO controllers.
83
84config GPIO_IT8761E
85 tristate "IT8761E GPIO support"
86 help
87 Say yes here to support GPIO functionality of IT8761E super I/O chip.
88
89config GPIO_EXYNOS4
90 bool "Samsung Exynos4 GPIO library support"
91 default y if CPU_EXYNOS4210
92 depends on ARM
93 help
94 Say yes here to support Samsung Exynos4 series SoCs GPIO library
95
96config GPIO_MXS
89config GPIO_EP93XX
97 def_bool y
90 def_bool y
98 depends on ARCH_MXS
91 depends on ARCH_EP93XX
99
92
100config GPIO_MXC
93config GPIO_EXYNOS4
101 def_bool y
94 def_bool y
102 depends on ARCH_MXC
103 select GPIO_BASIC_MMIO_CORE
95 depends on CPU_EXYNOS4210
104
105config GPIO_PLAT_SAMSUNG
96
97config GPIO_PLAT_SAMSUNG
106 bool "Samsung SoCs GPIO library support"
107 default y if SAMSUNG_GPIOLIB_4BIT
108 depends on ARM
109 help
110 Say yes here to support Samsung SoCs GPIO library
98 def_bool y
99 depends on SAMSUNG_GPIOLIB_4BIT
111
112config GPIO_S5PC100
100
101config GPIO_S5PC100
113 bool "Samsung S5PC100 GPIO library support"
114 default y if CPU_S5PC100
115 depends on ARM
116 help
117 Say yes here to support Samsung S5PC100 SoCs GPIO library
102 def_bool y
103 depends on CPU_S5PC100
118
119config GPIO_S5PV210
104
105config GPIO_S5PV210
120 bool "Samsung S5PV210/S5PC110 GPIO library support"
121 default y if CPU_S5PV210
122 depends on ARM
123 help
124 Say yes here to support Samsung S5PV210/S5PC110 SoCs GPIO library
106 def_bool y
107 depends on CPU_S5PV210
125
126config GPIO_PL061
127 bool "PrimeCell PL061 GPIO support"
128 depends on ARM_AMBA
129 help
130 Say yes here to support the PrimeCell PL061 GPIO device
131
132config GPIO_XILINX

--- 345 unchanged lines hidden ---
108
109config GPIO_PL061
110 bool "PrimeCell PL061 GPIO support"
111 depends on ARM_AMBA
112 help
113 Say yes here to support the PrimeCell PL061 GPIO device
114
115config GPIO_XILINX

--- 345 unchanged lines hidden ---