Kconfig (aa72f6899b9fb3dc824c458234ae3507a60e462d) | Kconfig (7b2fa5702059a03c11f934224724b2f712a749ce) |
---|---|
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 --- 79 unchanged lines hidden (view full) --- 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 | 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 --- 79 unchanged lines hidden (view full) --- 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 97 def_bool y 98 depends on ARCH_MXS 99 |
|
96config GPIO_PLAT_SAMSUNG 97 bool "Samsung SoCs GPIO library support" 98 default y if SAMSUNG_GPIOLIB_4BIT 99 depends on ARM 100 help 101 Say yes here to support Samsung SoCs GPIO library 102 103config GPIO_S5PC100 --- 365 unchanged lines hidden --- | 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 --- |