Kconfig (2c210c9a34a31076e03afee3eae7a748e56a75e9) Kconfig (73d8f3efc5c2b757ab06685741df01eaed8090c4)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

1650 Output Hub), ML7223 and ML7831.
1651 ML7223 IOH is for MP (Media Phone) use.
1652 ML7831 IOH is for general purpose use.
1653 ML7223/ML7831 is companion chip for Intel Atom E6xx series.
1654 ML7223/ML7831 is completely compatible for Intel EG20T PCH.
1655
1656config GPIO_PCI_IDIO_16
1657 tristate "ACCES PCI-IDIO-16 GPIO support"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

1650 Output Hub), ML7223 and ML7831.
1651 ML7223 IOH is for MP (Media Phone) use.
1652 ML7831 IOH is for general purpose use.
1653 ML7223/ML7831 is companion chip for Intel Atom E6xx series.
1654 ML7223/ML7831 is completely compatible for Intel EG20T PCH.
1655
1656config GPIO_PCI_IDIO_16
1657 tristate "ACCES PCI-IDIO-16 GPIO support"
1658 select GPIOLIB_IRQCHIP
1658 select REGMAP_MMIO
1659 select GPIO_IDIO_16
1660 help
1661 Enables GPIO support for the ACCES PCI-IDIO-16. An interrupt is
1662 generated when any of the inputs change state (low to high or high to
1663 low). Input filter control is not supported by this driver, and the
1664 input filters are deactivated by this driver.
1665
1666config GPIO_PCIE_IDIO_24

--- 150 unchanged lines hidden ---
1659 select GPIO_IDIO_16
1660 help
1661 Enables GPIO support for the ACCES PCI-IDIO-16. An interrupt is
1662 generated when any of the inputs change state (low to high or high to
1663 low). Input filter control is not supported by this driver, and the
1664 input filters are deactivated by this driver.
1665
1666config GPIO_PCIE_IDIO_24

--- 150 unchanged lines hidden ---