Kconfig (f83d9396d1f63048c423efa00e4e244da10a35fd) | Kconfig (b06d7b458a6eace1cebd0c1e4a235407824125e8) |
---|---|
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 --- 530 unchanged lines hidden (view full) --- 539 default ARCH_ROCKCHIP 540 help 541 Say yes here to support GPIO on Rockchip SoCs. 542 543config GPIO_SAMA5D2_PIOBU 544 tristate "SAMA5D2 PIOBU GPIO support" 545 depends on MFD_SYSCON 546 depends on OF_GPIO | 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 --- 530 unchanged lines hidden (view full) --- 539 default ARCH_ROCKCHIP 540 help 541 Say yes here to support GPIO on Rockchip SoCs. 542 543config GPIO_SAMA5D2_PIOBU 544 tristate "SAMA5D2 PIOBU GPIO support" 545 depends on MFD_SYSCON 546 depends on OF_GPIO |
547 depends on ARCH_AT91 || COMPILE_TEST |
|
547 select GPIO_SYSCON 548 help 549 Say yes here to use the PIOBU pins as GPIOs. 550 551 PIOBU pins on the SAMA5D2 can be used as GPIOs. 552 The difference from regular GPIOs is that they 553 maintain their value during backup/self-refresh. 554 --- 1159 unchanged lines hidden --- | 548 select GPIO_SYSCON 549 help 550 Say yes here to use the PIOBU pins as GPIOs. 551 552 PIOBU pins on the SAMA5D2 can be used as GPIOs. 553 The difference from regular GPIOs is that they 554 maintain their value during backup/self-refresh. 555 --- 1159 unchanged lines hidden --- |