diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-05-02 23:11:34 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-05-05 17:50:07 +0200 |
commit | 13a43fd9e90552c8258981d0a0eb82d73406c24d (patch) | |
tree | 0656b930ebdb98fc6d6c9232efd3762f5752bb81 /drivers/gpio/Kconfig | |
parent | 67ddd32bfc9f5746e6c293154f8287278e6744ba (diff) | |
download | lwn-13a43fd9e90552c8258981d0a0eb82d73406c24d.tar.gz lwn-13a43fd9e90552c8258981d0a0eb82d73406c24d.zip |
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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index caefe806db5e..c2211258231b 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 |