Kconfig (c9e34d1525ffd554f29dc01674eac279de2e759d) | Kconfig (55fe14ab872ab7a60944332c79640d561e93dfe8) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 95 unchanged lines hidden (view full) --- 104 If driver is built as a module it will be called gpio-da9055. 105 106config GPIO_MAX730X 107 tristate 108 109comment "Memory mapped GPIO drivers:" 110 111config GPIO_CLPS711X | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 95 unchanged lines hidden (view full) --- 104 If driver is built as a module it will be called gpio-da9055. 105 106config GPIO_MAX730X 107 tristate 108 109comment "Memory mapped GPIO drivers:" 110 111config GPIO_CLPS711X |
112 def_bool y | 112 tristate "CLPS711X GPIO support" |
113 depends on ARCH_CLPS711X | 113 depends on ARCH_CLPS711X |
114 select GPIO_GENERIC 115 help 116 Say yes here to support GPIO on CLPS711X SoCs. |
|
114 115config GPIO_GENERIC_PLATFORM 116 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 117 select GPIO_GENERIC 118 help 119 Say yes here to support basic platform_device memory-mapped GPIO controllers. 120 121config GPIO_IT8761E --- 599 unchanged lines hidden --- | 117 118config GPIO_GENERIC_PLATFORM 119 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" 120 select GPIO_GENERIC 121 help 122 Say yes here to support basic platform_device memory-mapped GPIO controllers. 123 124config GPIO_IT8761E --- 599 unchanged lines hidden --- |