浏览代码

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>
Arnd Bergmann 11 年之前
父节点
当前提交
886545ea7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm/Kconfig.debug

+ 1 - 1
arch/arm/Kconfig.debug

@@ -1162,7 +1162,7 @@ config DEBUG_UNCOMPRESS
 config UNCOMPRESS_INCLUDE
 config UNCOMPRESS_INCLUDE
 	string
 	string
 	default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
 	default "debug/uncompress.h" if ARCH_MULTIPLATFORM || ARCH_MSM || \
-					ARCH_EXYNOS
+					ARCH_EXYNOS || ARCH_EFM32
 	default "mach/uncompress.h"
 	default "mach/uncompress.h"
 
 
 config EARLY_PRINTK
 config EARLY_PRINTK