diff --git a/common/Kconfig b/common/Kconfig index 39481f3..88bc677 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -648,7 +648,7 @@ config DEBUG_IMX27_UART bool "i.MX27 Debug UART" - depends on ARCH_IMX1 + depends on ARCH_IMX27 help Say Y here if you want kernel low-level debugging support on i.MX27. @@ -692,8 +692,9 @@ config DEBUG_IMX_UART_PORT int "i.MX Debug UART Port Selection" if DEBUG_IMX1_UART || \ + DEBUG_IMX21_UART || \ DEBUG_IMX25_UART || \ - DEBUG_IMX21_IMX27_UART || \ + DEBUG_IMX27_UART || \ DEBUG_IMX31_UART || \ DEBUG_IMX35_UART || \ DEBUG_IMX51_UART || \