Kconfig (89ea8bbe9c3eb2ea0cb57a4ecf283cab7326f0b0) Kconfig (9cc0cb3c7d54f320b9eede6f4a49072ecadd864d)
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

--- 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# 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_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
73config GPIO_PL061
74 bool "PrimeCell PL061 GPIO support"
75 depends on ARM_AMBA
76 help
77 Say yes here to support the PrimeCell PL061 GPIO device
78
79config GPIO_XILINX
80 bool "Xilinx GPIO support"

--- 196 unchanged lines hidden ---
79config GPIO_PL061
80 bool "PrimeCell PL061 GPIO support"
81 depends on ARM_AMBA
82 help
83 Say yes here to support the PrimeCell PL061 GPIO device
84
85config GPIO_XILINX
86 bool "Xilinx GPIO support"

--- 196 unchanged lines hidden ---