From: Russell King Date: Sun, 7 Jul 2013 10:02:00 +0000 (+0100) Subject: ARM: debug: fix wording error in DEBUG_LL_UART_NONE option help X-Git-Tag: next-20130822~122^2~16 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=85d5c55acd52d999a76db8c5c08aace5459a035f;p=karo-tx-linux.git 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 --- diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index e401a766c0bd..7d8e9a9a7043 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.