Kconfig (459773ae8dbbd480886d186181c6bc2e8556025f) | Kconfig (04c17aa89380addf8d7df6f0fd269fc2bd87796c) |
---|---|
1# 2# platform-neutral GPIO infrastructure and expanders 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 299 unchanged lines hidden (view full) --- 308 If unsure, say N. 309 310config GPIO_LANGWELL 311 bool "Intel Langwell/Penwell GPIO support" 312 depends on PCI 313 help 314 Say Y here to support Intel Langwell/Penwell GPIO. 315 | 1# 2# platform-neutral GPIO infrastructure and expanders 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 299 unchanged lines hidden (view full) --- 308 If unsure, say N. 309 310config GPIO_LANGWELL 311 bool "Intel Langwell/Penwell GPIO support" 312 depends on PCI 313 help 314 Say Y here to support Intel Langwell/Penwell GPIO. 315 |
316config GPIO_PCH 317 tristate "PCH GPIO of Intel Topcliff" 318 depends on PCI 319 help 320 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff 321 which is an IOH(Input/Output Hub) for x86 embedded processor. 322 This driver can access PCH GPIO device. 323 |
|
316config GPIO_TIMBERDALE 317 bool "Support for timberdale GPIO IP" 318 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM 319 ---help--- 320 Add support for the GPIO IP in the timberdale FPGA. 321 322config GPIO_RDC321X 323 tristate "RDC R-321x GPIO support" --- 61 unchanged lines hidden --- | 324config GPIO_TIMBERDALE 325 bool "Support for timberdale GPIO IP" 326 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM 327 ---help--- 328 Add support for the GPIO IP in the timberdale FPGA. 329 330config GPIO_RDC321X 331 tristate "RDC R-321x GPIO support" --- 61 unchanged lines hidden --- |