Kconfig (29b5357d25ba1528531ef9532b5743a32fdf8cd2) | Kconfig (19a7b6940b781256ea8821e803d1e5f2933224b1) |
---|---|
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 --- 116 unchanged lines hidden (view full) --- 125 help 126 Turn on GPIO support for Broadcom "Kona" chips. 127 128config GPIO_BRCMSTB 129 tristate "BRCMSTB GPIO support" 130 default y if ARCH_BRCMSTB 131 depends on OF_GPIO && (ARCH_BRCMSTB || COMPILE_TEST) 132 select GPIO_GENERIC | 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 --- 116 unchanged lines hidden (view full) --- 125 help 126 Turn on GPIO support for Broadcom "Kona" chips. 127 128config GPIO_BRCMSTB 129 tristate "BRCMSTB GPIO support" 130 default y if ARCH_BRCMSTB 131 depends on OF_GPIO && (ARCH_BRCMSTB || COMPILE_TEST) 132 select GPIO_GENERIC |
133 select GPIOLIB_IRQCHIP |
|
133 help 134 Say yes here to enable GPIO support for Broadcom STB (BCM7XXX) SoCs. 135 136config GPIO_CLPS711X 137 tristate "CLPS711X GPIO support" 138 depends on ARCH_CLPS711X || COMPILE_TEST 139 select GPIO_GENERIC 140 help --- 891 unchanged lines hidden --- | 134 help 135 Say yes here to enable GPIO support for Broadcom STB (BCM7XXX) SoCs. 136 137config GPIO_CLPS711X 138 tristate "CLPS711X GPIO support" 139 depends on ARCH_CLPS711X || COMPILE_TEST 140 select GPIO_GENERIC 141 help --- 891 unchanged lines hidden --- |