Kconfig (0d82fb1127fb7cc8287614eb0992acb0583bc323) | Kconfig (7a81638485c1a62a87b4c391ecc9c651a4a9dc19) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 847 unchanged lines hidden (view full) --- 856 well. 857 858 To compile this driver as a module, choose M here: the module will 859 be called gpio_it87 860 861config GPIO_SCH 862 tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO" 863 depends on (X86 || COMPILE_TEST) && PCI | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 847 unchanged lines hidden (view full) --- 856 well. 857 858 To compile this driver as a module, choose M here: the module will 859 be called gpio_it87 860 861config GPIO_SCH 862 tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO" 863 depends on (X86 || COMPILE_TEST) && PCI |
864 select GPIOLIB_IRQCHIP |
|
864 select MFD_CORE 865 select LPC_SCH 866 help 867 Say yes here to support GPIO interface on Intel Poulsbo SCH, 868 Intel Tunnel Creek processor, Intel Centerton processor or 869 Intel Quark X1000 SoC. 870 871 The Intel SCH contains a total of 14 GPIO pins. Ten GPIOs are --- 780 unchanged lines hidden --- | 865 select MFD_CORE 866 select LPC_SCH 867 help 868 Say yes here to support GPIO interface on Intel Poulsbo SCH, 869 Intel Tunnel Creek processor, Intel Centerton processor or 870 Intel Quark X1000 SoC. 871 872 The Intel SCH contains a total of 14 GPIO pins. Ten GPIOs are --- 780 unchanged lines hidden --- |