Kconfig (db3c94a7edc6b29f8d52ba5884dec6a15feeadad) | Kconfig (54be566317b6aece2389a95bb19ea209af9359be) |
---|---|
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 --- 81 unchanged lines hidden (view full) --- 90 help 91 Say yes here to support GPIO functionality of IT8761E super I/O chip. 92 93config GPIO_EP93XX 94 def_bool y 95 depends on ARCH_EP93XX 96 select GPIO_GENERIC 97 | 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 --- 81 unchanged lines hidden (view full) --- 90 help 91 Say yes here to support GPIO functionality of IT8761E super I/O chip. 92 93config GPIO_EP93XX 94 def_bool y 95 depends on ARCH_EP93XX 96 select GPIO_GENERIC 97 |
98config GPIO_EXYNOS4 99 def_bool y 100 depends on CPU_EXYNOS4210 101 |
|
98config GPIO_MPC5200 99 def_bool y 100 depends on PPC_MPC52xx 101 102config GPIO_MSM_V1 103 tristate "Qualcomm MSM GPIO v1" 104 depends on GPIOLIB && ARCH_MSM 105 help --- 16 unchanged lines hidden (view full) --- 122 select GENERIC_IRQ_CHIP 123 124config GPIO_MXS 125 def_bool y 126 depends on ARCH_MXS 127 select GPIO_GENERIC 128 select GENERIC_IRQ_CHIP 129 | 102config GPIO_MPC5200 103 def_bool y 104 depends on PPC_MPC52xx 105 106config GPIO_MSM_V1 107 tristate "Qualcomm MSM GPIO v1" 108 depends on GPIOLIB && ARCH_MSM 109 help --- 16 unchanged lines hidden (view full) --- 126 select GENERIC_IRQ_CHIP 127 128config GPIO_MXS 129 def_bool y 130 depends on ARCH_MXS 131 select GPIO_GENERIC 132 select GENERIC_IRQ_CHIP 133 |
134config GPIO_PLAT_SAMSUNG 135 def_bool y 136 depends on SAMSUNG_GPIOLIB_4BIT 137 138config GPIO_S5PC100 139 def_bool y 140 depends on CPU_S5PC100 141 142config GPIO_S5PV210 143 def_bool y 144 depends on CPU_S5PV210 145 |
|
130config GPIO_PL061 131 bool "PrimeCell PL061 GPIO support" 132 depends on ARM_AMBA 133 help 134 Say yes here to support the PrimeCell PL061 GPIO device 135 136config GPIO_XILINX 137 bool "Xilinx GPIO support" --- 243 unchanged lines hidden (view full) --- 381 Output Hub), ML7223. 382 ML7223 IOH is for MP(Media Phone) use. 383 ML7223 is companion chip for Intel Atom E6xx series. 384 ML7223 is completely compatible for Intel EG20T PCH. 385 386config GPIO_ML_IOH 387 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" 388 depends on PCI | 146config GPIO_PL061 147 bool "PrimeCell PL061 GPIO support" 148 depends on ARM_AMBA 149 help 150 Say yes here to support the PrimeCell PL061 GPIO device 151 152config GPIO_XILINX 153 bool "Xilinx GPIO support" --- 243 unchanged lines hidden (view full) --- 397 Output Hub), ML7223. 398 ML7223 IOH is for MP(Media Phone) use. 399 ML7223 is companion chip for Intel Atom E6xx series. 400 ML7223 is completely compatible for Intel EG20T PCH. 401 402config GPIO_ML_IOH 403 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" 404 depends on PCI |
405 select GENERIC_IRQ_CHIP |
|
389 help 390 ML7213 is companion chip for Intel Atom E6xx series. 391 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output 392 Hub) which is for IVI(In-Vehicle Infotainment) use. 393 This driver can access the IOH's GPIO device. 394 395config GPIO_TIMBERDALE 396 bool "Support for timberdale GPIO IP" --- 78 unchanged lines hidden --- | 406 help 407 ML7213 is companion chip for Intel Atom E6xx series. 408 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output 409 Hub) which is for IVI(In-Vehicle Infotainment) use. 410 This driver can access the IOH's GPIO device. 411 412config GPIO_TIMBERDALE 413 bool "Support for timberdale GPIO IP" --- 78 unchanged lines hidden --- |