Kconfig (06eb4eafbdc0796d741d139a44f1253278da8611) Kconfig (3ffc9cebb65f6942cd912e33e60e1f09e497e208)
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

--- 416 unchanged lines hidden (view full) ---

425 help
426 ML7213 is companion chip for Intel Atom E6xx series.
427 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output
428 Hub) which is for IVI(In-Vehicle Infotainment) use.
429 This driver can access the IOH's GPIO device.
430
431config GPIO_SODAVILLE
432 bool "Intel Sodaville GPIO support"
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

--- 416 unchanged lines hidden (view full) ---

425 help
426 ML7213 is companion chip for Intel Atom E6xx series.
427 This driver can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/Output
428 Hub) which is for IVI(In-Vehicle Infotainment) use.
429 This driver can access the IOH's GPIO device.
430
431config GPIO_SODAVILLE
432 bool "Intel Sodaville GPIO support"
433 depends on X86 && PCI && OF && BROKEN
433 depends on X86 && PCI && OF
434 select GPIO_GENERIC
435 select GENERIC_IRQ_CHIP
436 help
437 Say Y here to support Intel Sodaville GPIO.
438
439config GPIO_TIMBERDALE
440 bool "Support for timberdale GPIO IP"
441 depends on MFD_TIMBERDALE && HAS_IOMEM

--- 76 unchanged lines hidden ---
434 select GPIO_GENERIC
435 select GENERIC_IRQ_CHIP
436 help
437 Say Y here to support Intel Sodaville GPIO.
438
439config GPIO_TIMBERDALE
440 bool "Support for timberdale GPIO IP"
441 depends on MFD_TIMBERDALE && HAS_IOMEM

--- 76 unchanged lines hidden ---