Kconfig (82ab0f75ee2f5defe300eadc91635aa455e01afd) | Kconfig (83545d836cf12a6381b530c5c7aeacf057f86aa9) |
---|---|
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 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_S5PC100 102 bool "Samsung S5PC100 GPIO library support" 103 default y if CPU_S5PC100 104 help 105 Say yes here to support Samsung S5PC100 SoCs GPIO library 106 107config GPIO_S5PV210 108 bool "Samsung S5PV210/S5PC110 GPIO library support" 109 default y if CPU_S5PV210 110 help 111 Say yes here to support Samsung S5PV210/S5PC110 SoCs GPIO library 112 | |
113config GPIO_PL061 114 bool "PrimeCell PL061 GPIO support" 115 depends on ARM_AMBA 116 help 117 Say yes here to support the PrimeCell PL061 GPIO device 118 119config GPIO_XILINX 120 bool "Xilinx GPIO support" --- 201 unchanged lines hidden (view full) --- 322 help 323 Say yes here to enable the adp5588 to be used as an interrupt 324 controller. It requires the driver to be built in the kernel. 325 326comment "PCI GPIO expanders:" 327 328config GPIO_CS5535 329 tristate "AMD CS5535/CS5536 GPIO support" | 89config GPIO_PL061 90 bool "PrimeCell PL061 GPIO support" 91 depends on ARM_AMBA 92 help 93 Say yes here to support the PrimeCell PL061 GPIO device 94 95config GPIO_XILINX 96 bool "Xilinx GPIO support" --- 201 unchanged lines hidden (view full) --- 298 help 299 Say yes here to enable the adp5588 to be used as an interrupt 300 controller. It requires the driver to be built in the kernel. 301 302comment "PCI GPIO expanders:" 303 304config GPIO_CS5535 305 tristate "AMD CS5535/CS5536 GPIO support" |
330 depends on PCI && X86 && !CS5535_GPIO && MFD_CS5535 | 306 depends on PCI && X86 && !CS5535_GPIO |
331 help 332 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that 333 can be used for quite a number of things. The CS5535/6 is found on 334 AMD Geode and Lemote Yeeloong devices. 335 336 If unsure, say N. 337 338config GPIO_BT8XX --- 104 unchanged lines hidden (view full) --- 443 This driver provides support for driving the pins in output 444 mode only. Input mode is not supported. 445 446config AB8500_GPIO 447 bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions" 448 depends on AB8500_CORE && BROKEN 449 help 450 Select this to enable the AB8500 IC GPIO driver | 307 help 308 The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that 309 can be used for quite a number of things. The CS5535/6 is found on 310 AMD Geode and Lemote Yeeloong devices. 311 312 If unsure, say N. 313 314config GPIO_BT8XX --- 104 unchanged lines hidden (view full) --- 419 This driver provides support for driving the pins in output 420 mode only. Input mode is not supported. 421 422config AB8500_GPIO 423 bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions" 424 depends on AB8500_CORE && BROKEN 425 help 426 Select this to enable the AB8500 IC GPIO driver |
427 428config GPIO_TPS65910 429 bool "TPS65910 GPIO" 430 depends on MFD_TPS65910 431 help 432 Select this option to enable GPIO driver for the TPS65910 433 chip family. |
|
451endif | 434endif |