Kconfig (fed6a0224714bd414bff91833e0bd5775a3e9c66) Kconfig (ab48f16137eb5a6fabcff4cc817319394fc0de7e)
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 help
93 Say yes here to support Samsung Exynos4 series SoCs GPIO library
94
89config GPIO_PLAT_SAMSUNG
90 bool "Samsung SoCs GPIO library support"
91 default y if SAMSUNG_GPIOLIB_4BIT
92 help
93 Say yes here to support Samsung SoCs GPIO library
94
95config GPIO_PL061
96 bool "PrimeCell PL061 GPIO support"

--- 337 unchanged lines hidden ---
95config GPIO_PLAT_SAMSUNG
96 bool "Samsung SoCs GPIO library support"
97 default y if SAMSUNG_GPIOLIB_4BIT
98 help
99 Say yes here to support Samsung SoCs GPIO library
100
101config GPIO_PL061
102 bool "PrimeCell PL061 GPIO support"

--- 337 unchanged lines hidden ---