Kconfig (467dd91e2f783d34b2205751bdf88bcdcac55984) | Kconfig (d6912b1251b47e6b04ea8c8881dfb35a6e7a3e29) |
---|---|
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 --- 509 unchanged lines hidden (view full) --- 518 bool 519 help 520 A 32-bit single register GPIO fixed in/out implementation. This 521 can be used to represent any register as a set of GPIO signals. 522 523config GPIO_ROCKCHIP 524 tristate "Rockchip GPIO support" 525 depends on ARCH_ROCKCHIP || COMPILE_TEST | 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 --- 509 unchanged lines hidden (view full) --- 518 bool 519 help 520 A 32-bit single register GPIO fixed in/out implementation. This 521 can be used to represent any register as a set of GPIO signals. 522 523config GPIO_ROCKCHIP 524 tristate "Rockchip GPIO support" 525 depends on ARCH_ROCKCHIP || COMPILE_TEST |
526 select GENERIC_IRQ_CHIP |
|
526 select GPIOLIB_IRQCHIP 527 default ARCH_ROCKCHIP 528 help 529 Say yes here to support GPIO on Rockchip SoCs. 530 531config GPIO_SAMA5D2_PIOBU 532 tristate "SAMA5D2 PIOBU GPIO support" 533 depends on MFD_SYSCON --- 1165 unchanged lines hidden --- | 527 select GPIOLIB_IRQCHIP 528 default ARCH_ROCKCHIP 529 help 530 Say yes here to support GPIO on Rockchip SoCs. 531 532config GPIO_SAMA5D2_PIOBU 533 tristate "SAMA5D2 PIOBU GPIO support" 534 depends on MFD_SYSCON --- 1165 unchanged lines hidden --- |