summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorEvert Pap <evert.pap@sintecs.nl>2016-03-31 13:54:38 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-08-23 08:06:41 (GMT)
commita5deb669f027575829326eb5f07e8a47bc870005 (patch)
treee5ad6cf8e5e5c4712c0797e9af08f2b84a5831e0 /drivers/gpio/Kconfig
parentbc5d0384458466ed5b3608d326eec03cd4f13016 (diff)
downloadu-boot-fsl-qoriq-a5deb669f027575829326eb5f07e8a47bc870005.tar.xz
dm: gpio: Add DM GPIO driver for MPC8xxx platforms
This driver adds DM GPIO support for the NXP QorIQ T10xx series. ported from the linux kernel 4.5 * (b562e44f507e863c6792946e4e1b1449fbbac85d) * and removed the interrupt functionallity. This driver could also support the older platforms, as well as the new LayerScape (ARM) based platforms, but these platforms are not supported at this time.
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index ffeda94..34c4a40 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -34,6 +34,7 @@ config DWAPB_GPIO
help
Support for the Designware APB GPIO driver.
+<<<<<<< bc5d0384458466ed5b3608d326eec03cd4f13016
config AT91_GPIO
bool "AT91 PIO GPIO driver"
depends on DM_GPIO
@@ -46,6 +47,14 @@ config AT91_GPIO
The assignment to a function of an embedded peripheral is
the responsibility of AT91 Pinctrl driver. This driver is
responsible for the general-purpose I/O.
+=======
+config MPC8XXX_GPIO
+ bool "NXP (Freescale) MPC8xxx driver"
+ depends on DM_GPIO
+ default n
+ help
+ Support for the NXP (Freescale) MPC/QorIQ GPIO controller
+>>>>>>> dm: gpio: Add DM GPIO driver for MPC8xxx platforms
config ATMEL_PIO4
bool "ATMEL PIO4 driver"