Kconfig (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) | Kconfig (0d82fb1127fb7cc8287614eb0992acb0583bc323) |
---|---|
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 --- 488 unchanged lines hidden (view full) --- 497 bool "RDA Micro GPIO controller support" 498 depends on ARCH_RDA || COMPILE_TEST 499 depends on OF_GPIO 500 select GPIO_GENERIC 501 select GPIOLIB_IRQCHIP 502 help 503 Say Y here to support RDA Micro GPIO controller. 504 | 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 --- 488 unchanged lines hidden (view full) --- 497 bool "RDA Micro GPIO controller support" 498 depends on ARCH_RDA || COMPILE_TEST 499 depends on OF_GPIO 500 select GPIO_GENERIC 501 select GPIOLIB_IRQCHIP 502 help 503 Say Y here to support RDA Micro GPIO controller. 504 |
505config GPIO_REALTEK_OTTO 506 tristate "Realtek Otto GPIO support" 507 depends on MACH_REALTEK_RTL 508 default MACH_REALTEK_RTL 509 select GPIO_GENERIC 510 select GPIOLIB_IRQCHIP 511 help 512 The GPIO controller on the Otto MIPS platform supports up to two 513 banks of 32 GPIOs, with edge triggered interrupts. The 32 GPIOs 514 are grouped in four 8-bit wide ports. 515 516 When built as a module, the module will be called realtek_otto_gpio. 517 |
|
505config GPIO_REG 506 bool 507 help 508 A 32-bit single register GPIO fixed in/out implementation. This 509 can be used to represent any register as a set of GPIO signals. 510 511config GPIO_SAMA5D2_PIOBU 512 tristate "SAMA5D2 PIOBU GPIO support" --- 1126 unchanged lines hidden --- | 518config GPIO_REG 519 bool 520 help 521 A 32-bit single register GPIO fixed in/out implementation. This 522 can be used to represent any register as a set of GPIO signals. 523 524config GPIO_SAMA5D2_PIOBU 525 tristate "SAMA5D2 PIOBU GPIO support" --- 1126 unchanged lines hidden --- |