Kconfig (a7ec2e7f150c193f3ea6ffd6bf7b6cedfbdc7a25) | Kconfig (ea948cff41999cdf891e955cf08a8f918e3a1546) |
---|---|
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 OF_GPIO 132 select GPIO_GENERIC 133 select GPIOLIB_IRQCHIP 134 help 135 Say Y or M here to build support for the Altera PIO device. 136 137 If driver is built as a module it will be called gpio-altera. 138 | 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 OF_GPIO 132 select GPIO_GENERIC 133 select GPIOLIB_IRQCHIP 134 help 135 Say Y or M here to build support for the Altera PIO device. 136 137 If driver is built as a module it will be called gpio-altera. 138 |
139config GPIO_BCM_KONA 140 bool "Broadcom Kona GPIO" 141 depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST) 142 help 143 Turn on GPIO support for Broadcom "Kona" chips. 144 |
|
139config GPIO_CLPS711X 140 tristate "CLPS711X GPIO support" 141 depends on ARCH_CLPS711X || COMPILE_TEST 142 select GPIO_GENERIC 143 help 144 Say yes here to support GPIO on CLPS711X SoCs. 145 146config GPIO_DAVINCI --- 800 unchanged lines hidden (view full) --- 947 948config GPIO_MSIC 949 bool "Intel MSIC mixed signal gpio support" 950 depends on MFD_INTEL_MSIC 951 help 952 Enable support for GPIO on intel MSIC controllers found in 953 intel MID devices 954 | 145config GPIO_CLPS711X 146 tristate "CLPS711X GPIO support" 147 depends on ARCH_CLPS711X || COMPILE_TEST 148 select GPIO_GENERIC 149 help 150 Say yes here to support GPIO on CLPS711X SoCs. 151 152config GPIO_DAVINCI --- 800 unchanged lines hidden (view full) --- 953 954config GPIO_MSIC 955 bool "Intel MSIC mixed signal gpio support" 956 depends on MFD_INTEL_MSIC 957 help 958 Enable support for GPIO on intel MSIC controllers found in 959 intel MID devices 960 |
955config GPIO_BCM_KONA 956 bool "Broadcom Kona GPIO" 957 depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST) 958 help 959 Turn on GPIO support for Broadcom "Kona" chips. 960 | |
961comment "USB GPIO expanders:" 962 963config GPIO_VIPERBOARD 964 tristate "Viperboard GPIO a & b support" 965 depends on MFD_VIPERBOARD && USB 966 help 967 Say yes here to access the GPIO signals of Nano River 968 Technologies Viperboard. There are two GPIO chips on the --- 18 unchanged lines hidden --- | 961comment "USB GPIO expanders:" 962 963config GPIO_VIPERBOARD 964 tristate "Viperboard GPIO a & b support" 965 depends on MFD_VIPERBOARD && USB 966 help 967 Say yes here to access the GPIO signals of Nano River 968 Technologies Viperboard. There are two GPIO chips on the --- 18 unchanged lines hidden --- |