summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorJoachim Eastwood <manabian@gmail.com>2015-05-02 23:11:34 +0200
committerLinus Walleij <linus.walleij@linaro.org>2015-05-05 17:50:07 +0200
commit13a43fd9e90552c8258981d0a0eb82d73406c24d (patch)
tree0656b930ebdb98fc6d6c9232efd3762f5752bb81 /drivers/gpio/Kconfig
parent67ddd32bfc9f5746e6c293154f8287278e6744ba (diff)
downloadop-kernel-dev-13a43fd9e90552c8258981d0a0eb82d73406c24d.zip
op-kernel-dev-13a43fd9e90552c8258981d0a0eb82d73406c24d.tar.gz
gpio: add lpc18xx gpio driver
Driver for the GPIO block found on NXP LPC18xx/43xx devices. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index caefe80..c221125 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -230,6 +230,14 @@ config GPIO_LOONGSON
help
driver for GPIO functionality on Loongson-2F/3A/3B processors.
+config GPIO_LPC18XX
+ bool "NXP LPC18XX/43XX GPIO support"
+ default y if ARCH_LPC18XX
+ depends on OF_GPIO && (ARCH_LPC18XX || COMPILE_TEST)
+ help
+ Select this option to enable GPIO driver for
+ NXP LPC18XX/43XX devices.
+
config GPIO_LYNXPOINT
tristate "Intel Lynxpoint GPIO support"
depends on ACPI && X86
OpenPOWER on IntegriCloud