Kconfig (3bf3e21c15d4386a5f15118ec39bbc1b67ea5759) | Kconfig (eee636bff0dcb52c39300dd88ff7e8ecaff4492a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 539 unchanged lines hidden (view full) --- 548 tristate "Rockchip GPIO support" 549 depends on ARCH_ROCKCHIP || COMPILE_TEST 550 select GENERIC_IRQ_CHIP 551 select GPIOLIB_IRQCHIP 552 default ARCH_ROCKCHIP 553 help 554 Say yes here to support GPIO on Rockchip SoCs. 555 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 539 unchanged lines hidden (view full) --- 548 tristate "Rockchip GPIO support" 549 depends on ARCH_ROCKCHIP || COMPILE_TEST 550 select GENERIC_IRQ_CHIP 551 select GPIOLIB_IRQCHIP 552 default ARCH_ROCKCHIP 553 help 554 Say yes here to support GPIO on Rockchip SoCs. 555 |
556config GPIO_RTD 557 tristate "Realtek DHC GPIO support" 558 depends on ARCH_REALTEK 559 default y 560 select GPIOLIB_IRQCHIP 561 help 562 This option enables support for GPIOs found on Realtek DHC(Digital 563 Home Center) SoCs family, including RTD1295, RTD1315E, RTD1319, 564 RTD1319D, RTD1395, RTD1619 and RTD1619B. 565 566 Say yes here to support GPIO functionality and GPIO interrupt on 567 Realtek DHC SoCs. 568 |
|
556config GPIO_SAMA5D2_PIOBU 557 tristate "SAMA5D2 PIOBU GPIO support" 558 depends on MFD_SYSCON 559 depends on OF_GPIO 560 depends on ARCH_AT91 || COMPILE_TEST 561 select GPIO_SYSCON 562 help 563 Say yes here to use the PIOBU pins as GPIOs. --- 1261 unchanged lines hidden --- | 569config GPIO_SAMA5D2_PIOBU 570 tristate "SAMA5D2 PIOBU GPIO support" 571 depends on MFD_SYSCON 572 depends on OF_GPIO 573 depends on ARCH_AT91 || COMPILE_TEST 574 select GPIO_SYSCON 575 help 576 Say yes here to use the PIOBU pins as GPIOs. --- 1261 unchanged lines hidden --- |