Kconfig (b74b953b998bcc2db91b694446f3a2619ec32de6) | Kconfig (aeec56e331c6d2750de02ef34b305338305ca690) |
---|---|
1# 2# platform-neutral GPIO infrastructure and expanders 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 56 unchanged lines hidden (view full) --- 65 66# put expanders in the right section, in alphabetical order 67 68config GPIO_MAX730X 69 tristate 70 71comment "Memory mapped GPIO expanders:" 72 | 1# 2# platform-neutral GPIO infrastructure and expanders 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 56 unchanged lines hidden (view full) --- 65 66# put expanders in the right section, in alphabetical order 67 68config GPIO_MAX730X 69 tristate 70 71comment "Memory mapped GPIO expanders:" 72 |
73config GPIO_BASIC_MMIO 74 tristate "Basic memory-mapped GPIO controllers support" 75 help 76 Say yes here to support basic memory-mapped GPIO controllers. 77 |
|
73config GPIO_IT8761E 74 tristate "IT8761E GPIO support" 75 depends on GPIOLIB 76 help 77 Say yes here to support GPIO functionality of IT8761E super I/O chip. 78 79config GPIO_PL061 80 bool "PrimeCell PL061 GPIO support" --- 284 unchanged lines hidden --- | 78config GPIO_IT8761E 79 tristate "IT8761E GPIO support" 80 depends on GPIOLIB 81 help 82 Say yes here to support GPIO functionality of IT8761E super I/O chip. 83 84config GPIO_PL061 85 bool "PrimeCell PL061 GPIO support" --- 284 unchanged lines hidden --- |