diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2013-02-19 11:47:35 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-03-14 10:28:04 +0100 |
commit | 358c14d235b04029a40e208e46a756f8b80996c0 (patch) | |
tree | effc92d5a89a60a8d7188e8284a6a570d5915c98 /arch/arm/configs | |
parent | fcd05e15633ebfaaa2a3f26a031a00a6f34d7e2b (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>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/kzm9g_defconfig | 1 |
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 CONFIG_HIGH_RES_TIMERS=y CONFIG_SMP=y CONFIG_SCHED_MC=y -CONFIG_PREEMPT=y CONFIG_AEABI=y # CONFIG_OABI_COMPAT is not set CONFIG_HIGHMEM=y |