From 4737130e670e0dac9ec783f4d56a7c34780bf725 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 21 May 2015 00:38:21 +0200 Subject: ARM: add ARM_SINGLE_ARMV7M in ARMv7-M defconfigs Select ARM_SINGLE_ARMV7M in defconfigs of the converted ARMv7-M platforms. [arnd: moved the efm32_defconfig change to the patch that originally introduces the symbol, to avoid intermittent regression] Signed-off-by: Stefan Agner Signed-off-by: Arnd Bergmann --- arch/arm/configs/stm32_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/configs/stm32_defconfig') diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig index fab9cf9bff02..4725fab562cb 100644 --- a/arch/arm/configs/stm32_defconfig +++ b/arch/arm/configs/stm32_defconfig @@ -18,6 +18,7 @@ CONFIG_EMBEDDED=y # CONFIG_IOSCHED_DEADLINE is not set # CONFIG_IOSCHED_CFQ is not set # CONFIG_MMU is not set +CONFIG_ARM_SINGLE_ARMV7M=y CONFIG_ARCH_STM32=y CONFIG_SET_MEM_PARAM=y CONFIG_DRAM_BASE=0x90000000 -- cgit