Kconfig (ca31fef11dc83e672415d5925a134749761329bd) | Kconfig (936ee2675eee1faca0dcdfa79165c7990422e0fc) |
---|---|
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 --- 506 unchanged lines hidden (view full) --- 515 When built as a module, the module will be called realtek_otto_gpio. 516 517config GPIO_REG 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 | 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 --- 506 unchanged lines hidden (view full) --- 515 When built as a module, the module will be called realtek_otto_gpio. 516 517config GPIO_REG 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 GPIOLIB_IRQCHIP 527 default ARCH_ROCKCHIP 528 help 529 Say yes here to support GPIO on Rockchip SoCs. 530 |
|
523config GPIO_SAMA5D2_PIOBU 524 tristate "SAMA5D2 PIOBU GPIO support" 525 depends on MFD_SYSCON 526 depends on OF_GPIO 527 select GPIO_SYSCON 528 help 529 Say yes here to use the PIOBU pins as GPIOs. 530 --- 1144 unchanged lines hidden --- | 531config GPIO_SAMA5D2_PIOBU 532 tristate "SAMA5D2 PIOBU GPIO support" 533 depends on MFD_SYSCON 534 depends on OF_GPIO 535 select GPIO_SYSCON 536 help 537 Say yes here to use the PIOBU pins as GPIOs. 538 --- 1144 unchanged lines hidden --- |