Kconfig (0c929238ca4baefe47f4034732db4c154f2329c6) Kconfig (265fe02b6fade1704f01c4e96f99ac051b7fab9d)
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

--- 73 unchanged lines hidden (view full) ---

82config GPIO_GENERIC_PLATFORM
83 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"
84 select GPIO_GENERIC
85 help
86 Say yes here to support basic platform_device memory-mapped GPIO controllers.
87
88config GPIO_IT8761E
89 tristate "IT8761E GPIO support"
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

--- 73 unchanged lines hidden (view full) ---

82config GPIO_GENERIC_PLATFORM
83 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)"
84 select GPIO_GENERIC
85 help
86 Say yes here to support basic platform_device memory-mapped GPIO controllers.
87
88config GPIO_IT8761E
89 tristate "IT8761E GPIO support"
90 depends on X86 # unconditional access to IO space.
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

--- 394 unchanged lines hidden ---
91 help
92 Say yes here to support GPIO functionality of IT8761E super I/O chip.
93
94config GPIO_EP93XX
95 def_bool y
96 depends on ARCH_EP93XX
97 select GPIO_GENERIC
98

--- 394 unchanged lines hidden ---