Kconfig (ab48f16137eb5a6fabcff4cc817319394fc0de7e) | Kconfig (347ec4e47dd249c0620f429d8458fc42eed63e0e) |
---|---|
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 --- 84 unchanged lines hidden (view full) --- 93 Say yes here to support Samsung Exynos4 series SoCs GPIO library 94 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 | 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 --- 84 unchanged lines hidden (view full) --- 93 Say yes here to support Samsung Exynos4 series SoCs GPIO library 94 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_S5PV210 102 bool "Samsung S5PV210/S5PC110 GPIO library support" 103 default y if CPU_S5PV210 104 help 105 Say yes here to support Samsung S5PV210/S5PC110 SoCs GPIO library 106 |
|
101config GPIO_PL061 102 bool "PrimeCell PL061 GPIO support" 103 depends on ARM_AMBA 104 help 105 Say yes here to support the PrimeCell PL061 GPIO device 106 107config GPIO_XILINX 108 bool "Xilinx GPIO support" --- 331 unchanged lines hidden --- | 107config GPIO_PL061 108 bool "PrimeCell PL061 GPIO support" 109 depends on ARM_AMBA 110 help 111 Say yes here to support the PrimeCell PL061 GPIO device 112 113config GPIO_XILINX 114 bool "Xilinx GPIO support" --- 331 unchanged lines hidden --- |