summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2020-08-11 11:43:28 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-17 06:36:41 +0200
commitd478fcd6d3dd92f1847c2bdfe44dba3c4ce626be (patch)
tree1cb6e4204a23579c142c566de85da8a6e228af29 /common/Kconfig
parentcea7273bcac2c553a5fa2563a1854dbf1958729a (diff)
downloadbarebox-d478fcd6d3dd92f1847c2bdfe44dba3c4ce626be.tar.gz
barebox-d478fcd6d3dd92f1847c2bdfe44dba3c4ce626be.tar.xz
ARM: imx8m: make debug UART selection available on i.MX8MM/MP
i.MX8MM/MN/MP has UARTs in the same place in the MMIO address space as the i.MX8MQ, so make the lowlevel debug a bit more generic across the i.MX8M family. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig18
1 files changed, 5 insertions, 13 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 658437f01c..b350f5c355 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1197,19 +1197,12 @@ 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
+config DEBUG_IMX8M_UART
+ bool "i.MX8M Debug UART"
+ depends on ARCH_IMX8M
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
- help
- Say Y here if you want barebox low-level debugging support
- on i.MX8MQ.
+ on i.MX8M*.
config DEBUG_VF610_UART
bool "VF610 Debug UART"
@@ -1301,8 +1294,7 @@ config DEBUG_IMX_UART_PORT
DEBUG_IMX6Q_UART || \
DEBUG_IMX6SL_UART || \
DEBUG_IMX7D_UART || \
- DEBUG_IMX8MP_UART || \
- DEBUG_IMX8MQ_UART || \
+ DEBUG_IMX8M_UART || \
DEBUG_VF610_UART
default 1
depends on ARCH_IMX