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@xxxxxxxxxxxxxx> --- 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