mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! ARM: i.MX: add i.MX9 debug_ll support
@ 2023-11-19 19:38 Ahmad Fatoum
  0 siblings, 0 replies; only message in thread
From: Ahmad Fatoum @ 2023-11-19 19:38 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

ARM: i.MX9: hide DEBUG_IMX9_UART symbol on non-i.MX9

Without CONFIG_ARCH_IMX93=y, there is no point in suggesting the i.MX9
DEBUG_LL implementation to users.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Kconfig b/common/Kconfig
index 1e61b5924c4b..8bd8fa8df655 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1372,6 +1372,7 @@ config DEBUG_IMX8M_UART
 
 config DEBUG_IMX9_UART
 	bool "i.MX9 Debug UART"
+	depends on ARCH_IMX93
 	select DEBUG_IMX_UART
 
 config DEBUG_VEXPRESS_UART
-- 
2.39.2




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-19 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-19 19:38 [PATCH] fixup! ARM: i.MX: add i.MX9 debug_ll support Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox