Kconfig (3bec5b6aae830355e786e204b20a7cea38c3a8ed) | Kconfig (0ea683931adb27d588fa74c30ac242ed2414e438) |
---|---|
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 --- 188 unchanged lines hidden (view full) --- 197 default y if ARCH_DAVINCI 198 depends on (ARM || ARM64) && (ARCH_DAVINCI || ARCH_KEYSTONE || ARCH_K3) 199 help 200 Say yes here to enable GPIO support for TI Davinci/Keystone SoCs. 201 202config GPIO_DWAPB 203 tristate "Synopsys DesignWare APB GPIO driver" 204 select GPIO_GENERIC | 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 --- 188 unchanged lines hidden (view full) --- 197 default y if ARCH_DAVINCI 198 depends on (ARM || ARM64) && (ARCH_DAVINCI || ARCH_KEYSTONE || ARCH_K3) 199 help 200 Say yes here to enable GPIO support for TI Davinci/Keystone SoCs. 201 202config GPIO_DWAPB 203 tristate "Synopsys DesignWare APB GPIO driver" 204 select GPIO_GENERIC |
205 select GENERIC_IRQ_CHIP | 205 select GPIOLIB_IRQCHIP |
206 help 207 Say Y or M here to build support for the Synopsys DesignWare APB 208 GPIO block. 209 210config GPIO_EIC_SPRD 211 tristate "Spreadtrum EIC support" 212 depends on ARCH_SPRD || COMPILE_TEST 213 depends on OF_GPIO --- 1366 unchanged lines hidden --- | 206 help 207 Say Y or M here to build support for the Synopsys DesignWare APB 208 GPIO block. 209 210config GPIO_EIC_SPRD 211 tristate "Spreadtrum EIC support" 212 depends on ARCH_SPRD || COMPILE_TEST 213 depends on OF_GPIO --- 1366 unchanged lines hidden --- |