]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: efm32: allow uncompress debug output
authorArnd Bergmann <arnd@arndb.de>
Thu, 13 Mar 2014 13:06:16 +0000 (14:06 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 21 Mar 2014 17:31:34 +0000 (18:31 +0100)
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>
arch/arm/Kconfig.debug

index 84ca340e0105540f27021b3dded3b46fa3e32a52..76ee27829c3402f4b6a19b0fcbaaa0e4b335ed54 100644 (file)
@@ -1162,7 +1162,7 @@ config DEBUG_UNCOMPRESS
 config UNCOMPRESS_INCLUDE
        string
        default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
-                                       ARCH_EXYNOS
+                                       ARCH_EXYNOS || ARCH_EFM32
        default "mach/uncompress.h"
 
 config EARLY_PRINTK