mirror of https://gitee.com/openkylin/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 <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
b36f4be3de
commit
730cc26fd4
|
@ -579,7 +579,7 @@ choice
|
||||||
depends on !ARCH_MULTIPLATFORM
|
depends on !ARCH_MULTIPLATFORM
|
||||||
help
|
help
|
||||||
Say Y here if your platform doesn't provide a UART option
|
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
|
definition internally in order for low-level debugging to
|
||||||
work.
|
work.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue