Kconfig (3384fb98845dc014770caa224d61a2effd258ca5) | Kconfig (72bd986030a30bdeb57ffa9efedcce73929edcb2) |
---|---|
1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 122 unchanged lines hidden (view full) --- 131 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ 132 FSL_SOC_BOOKE || PPC_86xx 133 help 134 Say Y here if you're going to use hardware that connects to the 135 MPC512x/831x/834x/837x/8572/8610 GPIOs. 136 137config GPIO_MSM_V1 138 tristate "Qualcomm MSM GPIO v1" | 1# 2# GPIO infrastructure and drivers 3# 4 5config ARCH_HAVE_CUSTOM_GPIO_H 6 bool 7 help 8 Selecting this config option from the architecture Kconfig allows --- 122 unchanged lines hidden (view full) --- 131 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \ 132 FSL_SOC_BOOKE || PPC_86xx 133 help 134 Say Y here if you're going to use hardware that connects to the 135 MPC512x/831x/834x/837x/8572/8610 GPIOs. 136 137config GPIO_MSM_V1 138 tristate "Qualcomm MSM GPIO v1" |
139 depends on GPIOLIB && ARCH_MSM && (ARCH_MSM7X00A || ARCH_MSM7X30 || ARCH_QSD8X50) | 139 depends on GPIOLIB && ARCH_MSM |
140 help 141 Say yes here to support the GPIO interface on ARM v6 based 142 Qualcomm MSM chips. Most of the pins on the MSM can be 143 selected for GPIO, and are controlled by this driver. 144 145config GPIO_MSM_V2 146 tristate "Qualcomm MSM GPIO v2" 147 depends on GPIOLIB && ARCH_MSM --- 426 unchanged lines hidden (view full) --- 574 mode only. Input mode is not supported. 575 576config GPIO_AB8500 577 bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions" 578 depends on AB8500_CORE && BROKEN 579 help 580 Select this to enable the AB8500 IC GPIO driver 581 | 140 help 141 Say yes here to support the GPIO interface on ARM v6 based 142 Qualcomm MSM chips. Most of the pins on the MSM can be 143 selected for GPIO, and are controlled by this driver. 144 145config GPIO_MSM_V2 146 tristate "Qualcomm MSM GPIO v2" 147 depends on GPIOLIB && ARCH_MSM --- 426 unchanged lines hidden (view full) --- 574 mode only. Input mode is not supported. 575 576config GPIO_AB8500 577 bool "ST-Ericsson AB8500 Mixed Signal Circuit gpio functions" 578 depends on AB8500_CORE && BROKEN 579 help 580 Select this to enable the AB8500 IC GPIO driver 581 |
582config GPIO_TPS6586X 583 bool "TPS6586X GPIO" 584 depends on MFD_TPS6586X 585 help 586 Select this option to enable GPIO driver for the TPS6586X 587 chip family. 588 |
|
582config GPIO_TPS65910 583 bool "TPS65910 GPIO" 584 depends on MFD_TPS65910 585 help 586 Select this option to enable GPIO driver for the TPS65910 587 chip family. 588 589config GPIO_MSIC 590 bool "Intel MSIC mixed signal gpio support" 591 depends on MFD_INTEL_MSIC 592 help 593 Enable support for GPIO on intel MSIC controllers found in 594 intel MID devices 595 596endif | 589config GPIO_TPS65910 590 bool "TPS65910 GPIO" 591 depends on MFD_TPS65910 592 help 593 Select this option to enable GPIO driver for the TPS65910 594 chip family. 595 596config GPIO_MSIC 597 bool "Intel MSIC mixed signal gpio support" 598 depends on MFD_INTEL_MSIC 599 help 600 Enable support for GPIO on intel MSIC controllers found in 601 intel MID devices 602 603endif |