From: Seung-Woo Kim Date: Tue, 31 Oct 2017 04:50:20 +0000 (+0900) Subject: ARM: SPRD: fix config type of SPRD_SYSDUMP as bool X-Git-Tag: accepted/tizen/unified/20171106.073145~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a18c33406f8a78f00ef52acc70f5de7cd171b9d;p=profile%2Fmobile%2Fplatform%2Fkernel%2Flinux-3.10-sc7730.git ARM: SPRD: fix config type of SPRD_SYSDUMP as bool There is config type conflict for SPRD_SYSDUMP because for arm sprd in arch/arm/Kconfig.debug, it is tristate but for arm64 sprd in drivers/platform/sprd/Kconfig, it is bool. Fix the config type as bool to remove type conflict. Change-Id: I234d18022f5eba50574ca2afe4b13d0aefed63d4 Signed-off-by: Seung-Woo Kim --- diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 7e33eb3..05dca63 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -42,7 +42,7 @@ config ARM_UNWIND only works with EABI compilers. If unsure say Y. config SPRD_SYSDUMP - tristate "Enable SPRD sysdump handler" + bool "Enable SPRD sysdump handler" depends on ARCH_SC help This option enables Spreadtrum sysdump which prepare debug info