diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-05-22 18:27:18 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-05-22 18:27:18 +0300 |
commit | bdb18d93a79f1c08163f37bef2a517972479e1ed (patch) | |
tree | 89b796b91a7f689457e9e5852253105a65c43fa0 /drivers/gpio/Kconfig | |
parent | 7f0ff06c1cec4bb2fc039b41943fd23245e3d0ca (diff) | |
parent | e25f2af64679581f22b3b9a4681964bd0bb8e417 (diff) | |
download | linux-bdb18d93a79f1c08163f37bef2a517972479e1ed.tar.xz |
Merge branch 'ingenic' into devel
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 23ca51ee6b28..45ed9acfd095 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -242,6 +242,16 @@ config GPIO_ICH If unsure, say N. +config GPIO_INGENIC + tristate "Ingenic JZ47xx SoCs GPIO support" + depends on MACH_INGENIC || COMPILE_TEST + select GPIOLIB_IRQCHIP + help + Say yes here to support the GPIO functionality present on the + JZ4740 and JZ4780 SoCs from Ingenic. + + If unsure, say N. + config GPIO_IOP tristate "Intel IOP GPIO" depends on ARCH_IOP32X || ARCH_IOP33X || COMPILE_TEST |