ARM: debug: fix DEBUG_UNCOMPRESS help for !MULTIPLATFORM
authorMartin Kaiser <martin@kaiser.cx>
Wed, 3 Jan 2024 11:04:09 +0000 (12:04 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 5 Jan 2024 22:26:07 +0000 (23:26 +0100)
Commit 84fc86360623 ("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: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/Kconfig.debug

index fc2b41d..5fbbac1 100644 (file)
@@ -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