From 730cc26fd4652f64e52d67f3b9392d0ed4103261 Mon Sep 17 00:00:00 2001 From: Russell King Date: Sun, 7 Jul 2013 11:02:00 +0100 Subject: [PATCH] ARM: debug: fix wording error in DEBUG_LL_UART_NONE option help The DEBUG_LL_UART_NONE option was moved from the top of the list to the bottom - unfortunately, it still referred to the options "below" rather than "above". Signed-off-by: Russell King --- arch/arm/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 583f4a00ec32..6e03229622db 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -579,7 +579,7 @@ choice depends on !ARCH_MULTIPLATFORM help Say Y here if your platform doesn't provide a UART option - below. This relies on your platform choosing the right UART + above. This relies on your platform choosing the right UART definition internally in order for low-level debugging to work. -- 2.39.2