]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: debug: fix wording error in DEBUG_LL_UART_NONE option help
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 7 Jul 2013 10:02:00 +0000 (11:02 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 15 Aug 2013 15:42:25 +0000 (16:42 +0100)
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 <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig.debug

index e401a766c0bdaf633f9dd14977eb231d2b2656e9..7d8e9a9a70434b059fb9488da624fb8780b063f7 100644 (file)
@@ -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.