Kconfig (80280df758c1498485988b30cf6887fde7796056) | Kconfig (8dab99c9eab3162bfb4326c35579a3388dbf68f2) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 214 unchanged lines hidden (view full) --- 223config GPIO_CLPS711X 224 tristate "CLPS711X GPIO support" 225 depends on ARCH_CLPS711X || COMPILE_TEST 226 select GPIO_GENERIC 227 help 228 Say yes here to support GPIO on CLPS711X SoCs. 229 230config GPIO_DAVINCI | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 214 unchanged lines hidden (view full) --- 223config GPIO_CLPS711X 224 tristate "CLPS711X GPIO support" 225 depends on ARCH_CLPS711X || COMPILE_TEST 226 select GPIO_GENERIC 227 help 228 Say yes here to support GPIO on CLPS711X SoCs. 229 230config GPIO_DAVINCI |
231 bool "TI Davinci/Keystone GPIO support" | 231 tristate "TI Davinci/Keystone GPIO support" |
232 default y if ARCH_DAVINCI 233 depends on (ARM || ARM64) && (ARCH_DAVINCI || ARCH_KEYSTONE || ARCH_K3) 234 help 235 Say yes here to enable GPIO support for TI Davinci/Keystone SoCs. 236 237config GPIO_DWAPB 238 tristate "Synopsys DesignWare APB GPIO driver" 239 select GPIO_GENERIC --- 1484 unchanged lines hidden --- | 232 default y if ARCH_DAVINCI 233 depends on (ARM || ARM64) && (ARCH_DAVINCI || ARCH_KEYSTONE || ARCH_K3) 234 help 235 Say yes here to enable GPIO support for TI Davinci/Keystone SoCs. 236 237config GPIO_DWAPB 238 tristate "Synopsys DesignWare APB GPIO driver" 239 select GPIO_GENERIC --- 1484 unchanged lines hidden --- |