Kconfig (d905163c5b23f6d8511971e06081a1b525e8a0bd) | Kconfig (1e9c28599879040039f610c5b177e61ef65ff100) |
---|---|
1# 2# 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 --- 53 unchanged lines hidden (view full) --- 62 63 Kernel drivers may also request that a particular GPIO be 64 exported to userspace; this can be useful when debugging. 65 66# put expanders in the right section, in alphabetical order 67 68comment "Memory mapped GPIO expanders:" 69 | 1# 2# 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 --- 53 unchanged lines hidden (view full) --- 62 63 Kernel drivers may also request that a particular GPIO be 64 exported to userspace; this can be useful when debugging. 65 66# put expanders in the right section, in alphabetical order 67 68comment "Memory mapped GPIO expanders:" 69 |
70config GPIO_PL061 71 bool "PrimeCell PL061 GPIO support" 72 depends on ARM_AMBA 73 help 74 Say yes here to support the PrimeCell PL061 GPIO device 75 |
|
70config GPIO_XILINX 71 bool "Xilinx GPIO support" 72 depends on PPC_OF || MICROBLAZE 73 help 74 Say yes here to support the Xilinx FPGA GPIO device 75 76comment "I2C GPIO expanders:" 77 --- 102 unchanged lines hidden --- | 76config GPIO_XILINX 77 bool "Xilinx GPIO support" 78 depends on PPC_OF || MICROBLAZE 79 help 80 Say yes here to support the Xilinx FPGA GPIO device 81 82comment "I2C GPIO expanders:" 83 --- 102 unchanged lines hidden --- |