From: Paul Bolle Date: Mon, 11 Mar 2013 13:16:00 +0000 (+0100) Subject: ARM: imx: fix typo "DEBUG_IMX50_IMX53_UART" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0c52db7e681678f9b2a3fb96c3dd557168b4e025;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ARM: imx: fix typo "DEBUG_IMX50_IMX53_UART" Commit f8c95fe (ARM: imx: support DEBUG_LL uart port selection for all i.MX SoCs) had a typo that DEBUG_IMX50_IMX53_UART should be DEBUG_IMX53_UART. Signed-off-by: Paul Bolle Signed-off-by: Shawn Guo --- diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index acddddac7ee4..ecfcdba2d17c 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -492,7 +492,7 @@ config DEBUG_IMX_UART_PORT DEBUG_IMX31_UART || \ DEBUG_IMX35_UART || \ DEBUG_IMX51_UART || \ - DEBUG_IMX50_IMX53_UART || \ + DEBUG_IMX53_UART || \ DEBUG_IMX6Q_UART default 1 help