summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-06-02 14:07:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-07-14 20:20:18 +0200
commit3c0d42752e9aa0cee0c6f33f237cf0409de529a7 (patch)
tree6d3ae04d658efc4af533cfe17a0ac826c96f916e /common/Kconfig
parent03c65684522f1531500eb021721046d67962f626 (diff)
downloadbarebox-3c0d42752e9aa0cee0c6f33f237cf0409de529a7.tar.gz
barebox-3c0d42752e9aa0cee0c6f33f237cf0409de529a7.tar.xz
arm: imx: add initial imx8mp support
This adds base support for the i.MX8MP SoC. Not much to do here as this SoC is quite similar to the i.MX8M. This adds: - Kconfig symbols - bootsource detection - register base address defines - iomux defines Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index ac282d8955..b800914ada 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1188,6 +1188,13 @@ config DEBUG_IMX7D_UART
Say Y here if you want barebox low-level debugging support
on i.MX7D.
+config DEBUG_IMX8MP_UART
+ bool "i.MX8MP Debug UART"
+ depends on ARCH_IMX8MP
+ help
+ Say Y here if you want barebox low-level debugging support
+ on i.MX8MP.
+
config DEBUG_IMX8MQ_UART
bool "i.MX8MQ Debug UART"
depends on ARCH_IMX8MQ
@@ -1285,6 +1292,7 @@ config DEBUG_IMX_UART_PORT
DEBUG_IMX6Q_UART || \
DEBUG_IMX6SL_UART || \
DEBUG_IMX7D_UART || \
+ DEBUG_IMX8MP_UART || \
DEBUG_IMX8MQ_UART || \
DEBUG_VF610_UART
default 1