Kconfig (a13926db3e5ea5bbac297f59e9f35061f52892d3) | Kconfig (af0a33e26c1f16a52fb2511400387a7eab9fe4d6) |
---|---|
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 --- 98 unchanged lines hidden (view full) --- 107 108 If driver is built as a module it will be called gpio-da9055. 109 110config GPIO_MAX730X 111 tristate 112 113comment "Memory mapped GPIO drivers:" 114 | 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 --- 98 unchanged lines hidden (view full) --- 107 108 If driver is built as a module it will be called gpio-da9055. 109 110config GPIO_MAX730X 111 tristate 112 113comment "Memory mapped GPIO drivers:" 114 |
115config GPIO_74XX_MMIO 116 tristate "GPIO driver for 74xx-ICs with MMIO access" 117 depends on OF_GPIO 118 select GPIO_GENERIC 119 help 120 Say yes here to support GPIO functionality for 74xx-compatible ICs 121 with MMIO access. Compatible models include: 122 1 bit: 741G125 (Input), 741G74 (Output) 123 2 bits: 742G125 (Input), 7474 (Output) 124 4 bits: 74125 (Input), 74175 (Output) 125 6 bits: 74365 (Input), 74174 (Output) 126 8 bits: 74244 (Input), 74273 (Output) 127 16 bits: 741624 (Input), 7416374 (Output) 128 |
|
115config GPIO_CLPS711X 116 tristate "CLPS711X GPIO support" 117 depends on ARCH_CLPS711X || COMPILE_TEST 118 select GPIO_GENERIC 119 help 120 Say yes here to support GPIO on CLPS711X SoCs. 121 122config GPIO_DAVINCI --- 786 unchanged lines hidden --- | 129config GPIO_CLPS711X 130 tristate "CLPS711X GPIO support" 131 depends on ARCH_CLPS711X || COMPILE_TEST 132 select GPIO_GENERIC 133 help 134 Say yes here to support GPIO on CLPS711X SoCs. 135 136config GPIO_DAVINCI --- 786 unchanged lines hidden --- |