Commit 50d9edd3 authored by Martin Kaiser's avatar Martin Kaiser Committed by Arnd Bergmann

ARM: debug: fix DEBUG_UNCOMPRESS help for !MULTIPLATFORM

Commit 84fc8636 ("ARM: make ARCH_MULTIPLATFORM user-visible") modified
DEBUG_UNCOMPRESS to prevent using it with multiplatform kernels.

Update the help text, remove references to multiplatform.
Signed-off-by: default avatarMartin Kaiser <martin@kaiser.cx>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent fcf410e0
......@@ -1809,15 +1809,8 @@ config DEBUG_UNCOMPRESS
(!DEBUG_TEGRA_UART || !ZBOOT_ROM) && \
!DEBUG_BRCMSTB_UART && !DEBUG_SEMIHOSTING
help
This option influences the normal decompressor output for
multiplatform kernels. Normally, multiplatform kernels disable
decompressor output because it is not possible to know where to
send the decompressor output.
When this option is set, the selected DEBUG_LL output method
will be re-used for normal decompressor output on multiplatform
kernels.
Say Y here to enable debug output in the decompressor code, using
the selected DEBUG_LL output method.
config UNCOMPRESS_INCLUDE
string
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment