Kconfig (e4da3fbfbd1de56d2367653e3823e6445e49f8a9) | Kconfig (868fea0507308b6548bba7debe5f5c2d5ca47fca) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 373 unchanged lines hidden (view full) --- 382 383config GPIO_LANGWELL 384 bool "Intel Langwell/Penwell GPIO support" 385 depends on PCI && X86 386 help 387 Say Y here to support Intel Langwell/Penwell GPIO. 388 389config GPIO_PCH | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_WANT_OPTIONAL_GPIOLIB 6 bool 7 help 8 Select this config option from the architecture Kconfig, if --- 373 unchanged lines hidden (view full) --- 382 383config GPIO_LANGWELL 384 bool "Intel Langwell/Penwell GPIO support" 385 depends on PCI && X86 386 help 387 Say Y here to support Intel Langwell/Penwell GPIO. 388 389config GPIO_PCH |
390 tristate "Intel EG20T PCH / OKI SEMICONDUCTOR ML7223 IOH GPIO" | 390 tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7223/ML7831) GPIO" |
391 depends on PCI && X86 392 select GENERIC_IRQ_CHIP 393 help 394 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff 395 which is an IOH(Input/Output Hub) for x86 embedded processor. 396 This driver can access PCH GPIO device. 397 | 391 depends on PCI && X86 392 select GENERIC_IRQ_CHIP 393 help 394 This driver is for PCH(Platform controller Hub) GPIO of Intel Topcliff 395 which is an IOH(Input/Output Hub) for x86 embedded processor. 396 This driver can access PCH GPIO device. 397 |
398 This driver also can be used for OKI SEMICONDUCTOR IOH(Input/ 399 Output Hub), ML7223. | 398 This driver also can be used for LAPIS Semiconductor IOH(Input/ 399 Output Hub), ML7223 and ML7831. |
400 ML7223 IOH is for MP(Media Phone) use. | 400 ML7223 IOH is for MP(Media Phone) use. |
401 ML7223 is companion chip for Intel Atom E6xx series. 402 ML7223 is completely compatible for Intel EG20T PCH. | 401 ML7831 IOH is for general purpose use. 402 ML7223/ML7831 is companion chip for Intel Atom E6xx series. 403 ML7223/ML7831 is completely compatible for Intel EG20T PCH. |
403 404config GPIO_ML_IOH 405 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" 406 depends on PCI 407 select GENERIC_IRQ_CHIP 408 help 409 ML7213 is companion chip for Intel Atom E6xx series. 410 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output --- 82 unchanged lines hidden --- | 404 405config GPIO_ML_IOH 406 tristate "OKI SEMICONDUCTOR ML7213 IOH GPIO support" 407 depends on PCI 408 select GENERIC_IRQ_CHIP 409 help 410 ML7213 is companion chip for Intel Atom E6xx series. 411 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output --- 82 unchanged lines hidden --- |