]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm/Kconfig.debug
Merge tag 'v3.12-pwm-cleanup-for-olof' of git://github.com/tom3q/linux into next...
[karo-tx-linux.git] / arch / arm / Kconfig.debug
index 4a62a8d4f3b686fe077317c5b7bab468825e9b8e..15337833d05d4580005edb879d0dde262b7c4f1b 100644 (file)
@@ -809,9 +809,19 @@ config DEBUG_LL_INCLUDE
 
 config DEBUG_UNCOMPRESS
        bool
-       default y if (ARCH_MULTIPLATFORM || ARCH_MSM) && DEBUG_LL && \
-                    !DEBUG_OMAP2PLUS_UART && \
+       depends on ARCH_MULTIPLATFORM || ARCH_MSM
+       default y if DEBUG_LL && !DEBUG_OMAP2PLUS_UART && \
                     !DEBUG_TEGRA_UART
+       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.
+         
 
 config UNCOMPRESS_INCLUDE
        string