Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[cascardo/linux.git] / arch / arm / Kconfig.debug
index ceecb66..8983919 100644 (file)
@@ -1141,7 +1141,7 @@ config DEBUG_UART_8250_FLOW_CONTROL
 
 config DEBUG_UNCOMPRESS
        bool
-       depends on ARCH_MULTIPLATFORM || ARCH_MSM
+       depends on ARCH_MULTIPLATFORM || ARCH_MSM || ARCH_EXYNOS
        default y if DEBUG_LL && !DEBUG_OMAP2PLUS_UART && \
                     (!DEBUG_TEGRA_UART || !ZBOOT_ROM)
        help
@@ -1157,7 +1157,8 @@ config DEBUG_UNCOMPRESS
 
 config UNCOMPRESS_INCLUDE
        string
-       default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM
+       default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
+                                       ARCH_EXYNOS || ARCH_EFM32
        default "mach/uncompress.h"
 
 config EARLY_PRINTK