aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2013-02-18 21:47:35 -0500
committerSimon Horman <horms+renesas@verge.net.au>2013-03-14 05:28:04 -0400
commit358c14d235b04029a40e208e46a756f8b80996c0 (patch)
treeeffc92d5a89a60a8d7188e8284a6a570d5915c98
parentfcd05e15633ebfaaa2a3f26a031a00a6f34d7e2b (diff)
ARM: shmobile: kzm9g: defconfig: do not enable PREEMPT
The motivation for this change is: * It is consistent with all other shmobile boards and; * Allows the kzm9g-reference code to work with CONFIG_SMP and thus the new defconfig Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/configs/kzm9g_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index 670c3b60f936..84ac68cdf476 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -33,7 +33,6 @@ CONFIG_NO_HZ=y
33CONFIG_HIGH_RES_TIMERS=y 33CONFIG_HIGH_RES_TIMERS=y
34CONFIG_SMP=y 34CONFIG_SMP=y
35CONFIG_SCHED_MC=y 35CONFIG_SCHED_MC=y
36CONFIG_PREEMPT=y
37CONFIG_AEABI=y 36CONFIG_AEABI=y
38# CONFIG_OABI_COMPAT is not set 37# CONFIG_OABI_COMPAT is not set
39CONFIG_HIGHMEM=y 38CONFIG_HIGHMEM=y