From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] fixup! ARM: i.MX: add i.MX9 debug_ll support
Date: Sun, 19 Nov 2023 20:38:42 +0100 [thread overview]
Message-ID: <20231119193842.893726-1-a.fatoum@pengutronix.de> (raw)
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
reply other threads:[~2023-11-19 19:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231119193842.893726-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox