aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-13 09:06:16 -0400
committerArnd Bergmann <arnd@arndb.de>2014-03-21 13:31:34 -0400
commit886545ea7d0b06eaeae81ce54ce7cbcd255bde04 (patch)
tree877ce2c196aa04a5d160fe42323d9db794231ad8
parent48352e5286b455eaffed19a89d3a07e609bfa6d2 (diff)
ARM: efm32: allow uncompress debug output
efm32 has no mach/uncompress.h, but we can trivially use the fallback to the ll_debug code by just allowing this option in Kconfig. Found during randconfig testing. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Uwe Kleine-König <kernel@pengutronix.de>
-rw-r--r--arch/arm/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug
index 84ca340e0105..76ee27829c34 100644
--- a/arch/arm/Kconfig.debug
+++ b/arch/arm/Kconfig.debug
@@ -1162,7 +1162,7 @@ config DEBUG_UNCOMPRESS
1162config UNCOMPRESS_INCLUDE 1162config UNCOMPRESS_INCLUDE
1163 string 1163 string
1164 default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \ 1164 default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
1165 ARCH_EXYNOS 1165 ARCH_EXYNOS || ARCH_EFM32
1166 default "mach/uncompress.h" 1166 default "mach/uncompress.h"
1167 1167
1168config EARLY_PRINTK 1168config EARLY_PRINTK