Kconfig (9f3538280301bb953bf159d5ce9fc1f41482aa4c) | Kconfig (b8664924e8071b67b99f05b13e669e20104d7709) |
---|---|
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 --- 221 unchanged lines hidden (view full) --- 230 tristate "Intel IOP GPIO" 231 depends on ARM && (ARCH_IOP32X || ARCH_IOP33X) 232 help 233 Say yes here to support the GPIO functionality of a number of Intel 234 IOP32X or IOP33X. 235 236 If unsure, say N. 237 | 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 --- 221 unchanged lines hidden (view full) --- 230 tristate "Intel IOP GPIO" 231 depends on ARM && (ARCH_IOP32X || ARCH_IOP33X) 232 help 233 Say yes here to support the GPIO functionality of a number of Intel 234 IOP32X or IOP33X. 235 236 If unsure, say N. 237 |
238config GPIO_IT8761E 239 tristate "IT8761E GPIO support" 240 depends on X86 # unconditional access to IO space. | 238config GPIO_IT87 239 tristate "IT87xx GPIO support" 240 depends on X86 # unconditional access to IO space. |
241 help | 241 help |
242 Say yes here to support GPIO functionality of IT8761E super I/O chip. | 242 Say yes here to support GPIO functionality of IT87xx Super I/O chips. |
243 | 243 |
244 This driver is tested with ITE IT8728 and IT8732 Super I/O chips, and 245 supports the IT8761E Super I/O chip as well. 246 247 To compile this driver as a module, choose M here: the module will 248 be called gpio_it87 249 |
|
244config GPIO_LOONGSON 245 bool "Loongson-2/3 GPIO support" 246 depends on CPU_LOONGSON2 || CPU_LOONGSON3 247 help 248 driver for GPIO functionality on Loongson-2F/3A/3B processors. 249 250config GPIO_LPC18XX 251 bool "NXP LPC18XX/43XX GPIO support" --- 773 unchanged lines hidden --- | 250config GPIO_LOONGSON 251 bool "Loongson-2/3 GPIO support" 252 depends on CPU_LOONGSON2 || CPU_LOONGSON3 253 help 254 driver for GPIO functionality on Loongson-2F/3A/3B processors. 255 256config GPIO_LPC18XX 257 bool "NXP LPC18XX/43XX GPIO support" --- 773 unchanged lines hidden --- |