Kconfig (40a0c68ca9b49fb3e7292c1bae035ba5bcb27903) | Kconfig (757651e3d60e5bff705743a301d64035b919fd03) |
---|---|
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 --- 115 unchanged lines hidden (view full) --- 124config GPIO_IT8761E 125 tristate "IT8761E GPIO support" 126 depends on X86 # unconditional access to IO space. 127 help 128 Say yes here to support GPIO functionality of IT8761E super I/O chip. 129 130config GPIO_EM 131 tristate "Emma Mobile GPIO" | 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 --- 115 unchanged lines hidden (view full) --- 124config GPIO_IT8761E 125 tristate "IT8761E GPIO support" 126 depends on X86 # unconditional access to IO space. 127 help 128 Say yes here to support GPIO functionality of IT8761E super I/O chip. 129 130config GPIO_EM 131 tristate "Emma Mobile GPIO" |
132 depends on ARM | 132 depends on ARM && OF_GPIO |
133 help 134 Say yes here to support GPIO on Renesas Emma Mobile SoCs. 135 136config GPIO_EP93XX 137 def_bool y 138 depends on ARCH_EP93XX 139 select GPIO_GENERIC 140 --- 613 unchanged lines hidden (view full) --- 754 755config GPIO_MSIC 756 bool "Intel MSIC mixed signal gpio support" 757 depends on MFD_INTEL_MSIC 758 help 759 Enable support for GPIO on intel MSIC controllers found in 760 intel MID devices 761 | 133 help 134 Say yes here to support GPIO on Renesas Emma Mobile SoCs. 135 136config GPIO_EP93XX 137 def_bool y 138 depends on ARCH_EP93XX 139 select GPIO_GENERIC 140 --- 613 unchanged lines hidden (view full) --- 754 755config GPIO_MSIC 756 bool "Intel MSIC mixed signal gpio support" 757 depends on MFD_INTEL_MSIC 758 help 759 Enable support for GPIO on intel MSIC controllers found in 760 intel MID devices 761 |
762config GPIO_BCM_KONA 763 bool "Broadcom Kona GPIO" 764 depends on OF_GPIO 765 help 766 Turn on GPIO support for Broadcom "Kona" chips. 767 |
|
762comment "USB GPIO expanders:" 763 764config GPIO_VIPERBOARD 765 tristate "Viperboard GPIO a & b support" 766 depends on MFD_VIPERBOARD && USB 767 help 768 Say yes here to access the GPIO signals of Nano River 769 Technologies Viperboard. There are two GPIO chips on the 770 board: gpioa and gpiob. 771 See viperboard API specification and Nano 772 River Tech's viperboard.h for detailed meaning 773 of the module parameters. 774 775endif | 768comment "USB GPIO expanders:" 769 770config GPIO_VIPERBOARD 771 tristate "Viperboard GPIO a & b support" 772 depends on MFD_VIPERBOARD && USB 773 help 774 Say yes here to access the GPIO signals of Nano River 775 Technologies Viperboard. There are two GPIO chips on the 776 board: gpioa and gpiob. 777 See viperboard API specification and Nano 778 River Tech's viperboard.h for detailed meaning 779 of the module parameters. 780 781endif |