summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2023-04-14 15:26:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-04-17 08:57:58 +0200
commitb3388ac19286567fa9c23060e72989f3f89a8aa8 (patch)
tree6020853b8e2b431915bbc59ebd3c51a6897d39f6 /common
parent0caba41d5cc84fa8d1299a99f4dc4ea2d939026f (diff)
downloadbarebox-b3388ac19286567fa9c23060e72989f3f89a8aa8.tar.gz
ARM: i.MX6: fix DEBUG_LL use
Below mentioned commit added a select DEBUG_IMX_UART for all supported i.MX variants apart from the i.MX6Q. Let's do likewise there, so DEBUG_LL may be enabled without errors about missing PUTC_LL definition. Fixes: 0fff6cb9bb4f ("ARM: i.MX: Only provide PUTC_LL() when activated") Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20230414132651.1703346-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 57fe5f7886..98544c0750 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1340,6 +1340,7 @@ config DEBUG_IMX53_UART
config DEBUG_IMX6Q_UART
bool "i.MX6Q Debug UART"
depends on ARCH_IMX6
+ select DEBUG_IMX_UART
help
Say Y here if you want kernel low-level debugging support
on i.MX6Q.