Kconfig (24ccef359e8c540083a89a8f2347fae451fe8086) | Kconfig (7e9603638ac69696be5bcc2614365c1e8cc892dd) |
---|---|
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 --- 184 unchanged lines hidden (view full) --- 193 bool "Lantiq Memory mapped GPIOs" 194 depends on LANTIQ && SOC_XWAY 195 help 196 This enables support for memory mapped GPIOs on the External Bus Unit 197 (EBU) found on Lantiq SoCs. The gpios are output only as they are 198 created by attaching a 16bit latch to the bus. 199 200config GPIO_F7188X | 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 --- 184 unchanged lines hidden (view full) --- 193 bool "Lantiq Memory mapped GPIOs" 194 depends on LANTIQ && SOC_XWAY 195 help 196 This enables support for memory mapped GPIOs on the External Bus Unit 197 (EBU) found on Lantiq SoCs. The gpios are output only as they are 198 created by attaching a 16bit latch to the bus. 199 200config GPIO_F7188X |
201 tristate "F71869, F71882FG and F71889F GPIO support" | 201 tristate "F71869, F71869A, F71882FG and F71889F GPIO support" |
202 depends on X86 203 help 204 This option enables support for GPIOs found on Fintek Super-I/O | 202 depends on X86 203 help 204 This option enables support for GPIOs found on Fintek Super-I/O |
205 chips F71869, F71882FG and F71889F. | 205 chips F71869, F71869A, F71882FG and F71889F. |
206 207 To compile this driver as a module, choose M here: the module will 208 be called f7188x-gpio. 209 210config GPIO_MB86S7X 211 bool "GPIO support for Fujitsu MB86S7x Platforms" 212 depends on ARCH_MB86S7X 213 help --- 768 unchanged lines hidden --- | 206 207 To compile this driver as a module, choose M here: the module will 208 be called f7188x-gpio. 209 210config GPIO_MB86S7X 211 bool "GPIO support for Fujitsu MB86S7x Platforms" 212 depends on ARCH_MB86S7X 213 help --- 768 unchanged lines hidden --- |