diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2021-08-23 10:04:05 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2021-08-23 10:04:05 +0200 |
commit | 37cba6432d88d2d49ca863fb5982231f3a7775d5 (patch) | |
tree | 34aeab344b8055e5dcbe9a624eaefdc244736af4 /drivers/gpio/Kconfig | |
parent | 4c59714a41c170e7d7852c406dcae4d4a14fdd92 (diff) | |
parent | 9ce9a02039de72ec8af1bd4bff14f1780337ffcc (diff) |
Merge branch 'ib-rockchip' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into gpio/for-next
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index fc0456a4f296..fae5141251e5 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -520,6 +520,14 @@ config GPIO_REG A 32-bit single register GPIO fixed in/out implementation. This can be used to represent any register as a set of GPIO signals. +config GPIO_ROCKCHIP + tristate "Rockchip GPIO support" + depends on ARCH_ROCKCHIP || COMPILE_TEST + select GPIOLIB_IRQCHIP + default ARCH_ROCKCHIP + help + Say yes here to support GPIO on Rockchip SoCs. + config GPIO_SAMA5D2_PIOBU tristate "SAMA5D2 PIOBU GPIO support" depends on MFD_SYSCON |