Kconfig (32518863b483d521edc813616a35601cad213d31) | Kconfig (49a367937fe4250144e24440e5a11ae4344202b1) |
---|---|
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 --- 319 unchanged lines hidden (view full) --- 328config GPIO_PCH 329 tristate "PCH GPIO of Intel Topcliff" 330 depends on PCI 331 help 332 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff 333 which is an IOH(Input/Output Hub) for x86 embedded processor. 334 This driver can access PCH GPIO device. 335 | 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 --- 319 unchanged lines hidden (view full) --- 328config GPIO_PCH 329 tristate "PCH GPIO of Intel Topcliff" 330 depends on PCI 331 help 332 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff 333 which is an IOH(Input/Output Hub) for x86 embedded processor. 334 This driver can access PCH GPIO device. 335 |
336config GPIO_ML_IOH 337 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" 338 depends on PCI 339 help 340 ML7213 is companion chip for Intel Atom E6xx series. 341 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output 342 Hub) which is for IVI(In-Vehicle Infotainment) use. 343 This driver can access the IOH's GPIO device. 344 |
|
336config GPIO_TIMBERDALE 337 bool "Support for timberdale GPIO IP" 338 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM 339 ---help--- 340 Add support for the GPIO IP in the timberdale FPGA. 341 342config GPIO_RDC321X 343 tristate "RDC R-321x GPIO support" --- 62 unchanged lines hidden --- | 345config GPIO_TIMBERDALE 346 bool "Support for timberdale GPIO IP" 347 depends on MFD_TIMBERDALE && GPIOLIB && HAS_IOMEM 348 ---help--- 349 Add support for the GPIO IP in the timberdale FPGA. 350 351config GPIO_RDC321X 352 tristate "RDC R-321x GPIO support" --- 62 unchanged lines hidden --- |