Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62194bda authored by Stephen Boyd's avatar Stephen Boyd Committed by Russell King
Browse files

ARM: 7521/1: Fix semihosting Kconfig text



It seems we were missing some text in the title for the
semihosting DEBUG_LL option. Add in the "/O" and fix up some
minor typos in the help text.

Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Acked-by: default avatarNicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 70b0476a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -356,11 +356,11 @@ choice
		  is nothing connected to read from the DCC.

	config DEBUG_SEMIHOSTING
		bool "Kernel low-level debug output via semihosting I"
		bool "Kernel low-level debug output via semihosting I/O"
		help
		  Semihosting enables code running on an ARM target to use
		  the I/O facilities on a host debugger/emulator through a
		  simple SVC calls. The host debugger or emulator must have
		  simple SVC call. The host debugger or emulator must have
		  semihosting enabled for the special svc call to be trapped
		  otherwise the kernel will crash.