Kconfig (3d2613c4289ff22de3aa24d2d0a29e33937f023a) | Kconfig (7b31997a734cd24c305d5c58a366e4c8f7673e02) |
---|---|
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 --- 874 unchanged lines hidden (view full) --- 883 bool "Intel MSIC mixed signal gpio support" 884 depends on MFD_INTEL_MSIC 885 help 886 Enable support for GPIO on intel MSIC controllers found in 887 intel MID devices 888 889config GPIO_BCM_KONA 890 bool "Broadcom Kona 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 --- 874 unchanged lines hidden (view full) --- 883 bool "Intel MSIC mixed signal gpio support" 884 depends on MFD_INTEL_MSIC 885 help 886 Enable support for GPIO on intel MSIC controllers found in 887 intel MID devices 888 889config GPIO_BCM_KONA 890 bool "Broadcom Kona GPIO" |
891 depends on OF_GPIO | 891 depends on OF_GPIO && (ARCH_BCM_MOBILE || COMPILE_TEST) |
892 help 893 Turn on GPIO support for Broadcom "Kona" chips. 894 895comment "USB GPIO expanders:" 896 897config GPIO_VIPERBOARD 898 tristate "Viperboard GPIO a & b support" 899 depends on MFD_VIPERBOARD && USB 900 help 901 Say yes here to access the GPIO signals of Nano River 902 Technologies Viperboard. There are two GPIO chips on the 903 board: gpioa and gpiob. 904 See viperboard API specification and Nano 905 River Tech's viperboard.h for detailed meaning 906 of the module parameters. 907 908endif | 892 help 893 Turn on GPIO support for Broadcom "Kona" chips. 894 895comment "USB GPIO expanders:" 896 897config GPIO_VIPERBOARD 898 tristate "Viperboard GPIO a & b support" 899 depends on MFD_VIPERBOARD && USB 900 help 901 Say yes here to access the GPIO signals of Nano River 902 Technologies Viperboard. There are two GPIO chips on the 903 board: gpioa and gpiob. 904 See viperboard API specification and Nano 905 River Tech's viperboard.h for detailed meaning 906 of the module parameters. 907 908endif |