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@xxxxxxxxxxxxxx> --- common/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Kconfig b/common/Kconfig index d951947463a2..ac3df75acbc5 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -1342,6 +1342,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. -- 2.39.2