Kconfig (be9b06b2d80fe661491138c6993f944babb26260) | Kconfig (860fb8c134ebca9be8bc2ddd2b13e19ac10c192e) |
---|---|
1# 2# 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 --- 82 unchanged lines hidden (view full) --- 91config GPIO_VR41XX 92 tristate "NEC VR4100 series General-purpose I/O Uint support" 93 depends on CPU_VR41XX 94 help 95 Say yes here to support the NEC VR4100 series General-purpose I/O Uint 96 97config GPIO_SCH 98 tristate "Intel SCH GPIO" | 1# 2# 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 --- 82 unchanged lines hidden (view full) --- 91config GPIO_VR41XX 92 tristate "NEC VR4100 series General-purpose I/O Uint support" 93 depends on CPU_VR41XX 94 help 95 Say yes here to support the NEC VR4100 series General-purpose I/O Uint 96 97config GPIO_SCH 98 tristate "Intel SCH GPIO" |
99 depends on GPIOLIB | 99 depends on GPIOLIB && PCI 100 select MFD_CORE |
100 select LPC_SCH 101 help 102 Say yes here to support GPIO interface on Intel Poulsbo SCH. 103 The Intel SCH contains a total of 14 GPIO pins. Ten GPIOs are 104 powered by the core power rail and are turned off during sleep 105 modes (S3 and higher). The remaining four GPIOs are powered by 106 the Intel SCH suspend power supply. These GPIOs remain 107 active during S3. The suspend powered GPIOs can be used to wake the --- 205 unchanged lines hidden --- | 101 select LPC_SCH 102 help 103 Say yes here to support GPIO interface on Intel Poulsbo SCH. 104 The Intel SCH contains a total of 14 GPIO pins. Ten GPIOs are 105 powered by the core power rail and are turned off during sleep 106 modes (S3 and higher). The remaining four GPIOs are powered by 107 the Intel SCH suspend power supply. These GPIOs remain 108 active during S3. The suspend powered GPIOs can be used to wake the --- 205 unchanged lines hidden --- |