Kconfig (3a5ca23bb65169f2f79727c51a5495a2d7a5166e) Kconfig (56d6ff4b8faf1c2d5c850ed8b4e5dfa6cd81413b)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

--- 229 unchanged lines hidden (view full) ---

238 depends on ARCH_CLPS711X || COMPILE_TEST
239 select GPIO_GENERIC
240 help
241 Say yes here to support GPIO on CLPS711X SoCs.
242
243config GPIO_DAVINCI
244 tristate "TI Davinci/Keystone GPIO support"
245 default y if ARCH_DAVINCI
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

--- 229 unchanged lines hidden (view full) ---

238 depends on ARCH_CLPS711X || COMPILE_TEST
239 select GPIO_GENERIC
240 help
241 Say yes here to support GPIO on CLPS711X SoCs.
242
243config GPIO_DAVINCI
244 tristate "TI Davinci/Keystone GPIO support"
245 default y if ARCH_DAVINCI
246 depends on (ARM || ARM64) && (ARCH_DAVINCI || ARCH_KEYSTONE || ARCH_K3)
246 depends on ((ARM || ARM64) && (ARCH_DAVINCI || ARCH_KEYSTONE || ARCH_K3)) || COMPILE_TEST
247 help
248 Say yes here to enable GPIO support for TI Davinci/Keystone SoCs.
249
250config GPIO_DWAPB
251 tristate "Synopsys DesignWare APB GPIO driver"
252 select GPIO_GENERIC
253 select GPIOLIB_IRQCHIP
254 help

--- 1693 unchanged lines hidden ---
247 help
248 Say yes here to enable GPIO support for TI Davinci/Keystone SoCs.
249
250config GPIO_DWAPB
251 tristate "Synopsys DesignWare APB GPIO driver"
252 select GPIO_GENERIC
253 select GPIOLIB_IRQCHIP
254 help

--- 1693 unchanged lines hidden ---