Kconfig (d68c51e0b377838dd31b37707813bb62089f399c) | Kconfig (b0653ce39a0d565cbb77c0f9a3f94ead2660927e) |
---|---|
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 --- 228 unchanged lines hidden (view full) --- 237 help 238 Say yes here to support the GPIO functionality of a number of Intel 239 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8 240 ICH9, ICH10, Series 5/3400 (eg Ibex Peak), Series 6/C200 (eg 241 Cougar Point), NM10 (Tiger Point), and 3100 (Whitmore Lake). 242 243 If unsure, say N. 244 | 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 --- 228 unchanged lines hidden (view full) --- 237 help 238 Say yes here to support the GPIO functionality of a number of Intel 239 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8 240 ICH9, ICH10, Series 5/3400 (eg Ibex Peak), Series 6/C200 (eg 241 Cougar Point), NM10 (Tiger Point), and 3100 (Whitmore Lake). 242 243 If unsure, say N. 244 |
245config GPIO_INGENIC 246 tristate "Ingenic JZ47xx SoCs GPIO support" 247 depends on MACH_INGENIC || COMPILE_TEST 248 select GPIOLIB_IRQCHIP 249 help 250 Say yes here to support the GPIO functionality present on the 251 JZ4740 and JZ4780 SoCs from Ingenic. 252 253 If unsure, say N. 254 |
|
245config GPIO_IOP 246 tristate "Intel IOP GPIO" 247 depends on ARCH_IOP32X || ARCH_IOP33X || COMPILE_TEST 248 select GPIO_GENERIC 249 help 250 Say yes here to support the GPIO functionality of a number of Intel 251 IOP32X or IOP33X. 252 --- 1011 unchanged lines hidden --- | 255config GPIO_IOP 256 tristate "Intel IOP GPIO" 257 depends on ARCH_IOP32X || ARCH_IOP33X || COMPILE_TEST 258 select GPIO_GENERIC 259 help 260 Say yes here to support the GPIO functionality of a number of Intel 261 IOP32X or IOP33X. 262 --- 1011 unchanged lines hidden --- |