summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2019-09-17 09:57:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-09-17 11:53:45 +0200
commite5d7e9d092fa024abe645d15b7390ff132294dc0 (patch)
tree89ae4bc602a3eb654026691fbe5c92b3dffe4286 /drivers/gpio/Kconfig
parent717b627e9279a4547121394d3ec4de786f33cfd8 (diff)
downloadbarebox-e5d7e9d092fa024abe645d15b7390ff132294dc0.tar.gz
barebox-e5d7e9d092fa024abe645d15b7390ff132294dc0.tar.xz
gpio: add driver for MPC8xxx ip core
Import GPIO-driver for MPC512x/8349/8572/8610/QorIQ and compatible from Linux v5.2. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 7a1503198b..0f924d135f 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -67,6 +67,14 @@ config GPIO_MALTA_FPGA_I2C
additional drivers must be enabled in order to use the
functionality of the device.
+config GPIO_MPC8XXX
+ bool "MPC512x/MPC8xxx/QorIQ GPIO support"
+ depends on ARCH_LAYERSCAPE
+ select GPIO_GENERIC
+ help
+ Say Y here if you're going to use hardware that connects to the
+ MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs.
+
config GPIO_OMAP
def_bool ARCH_OMAP