diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-10-19 05:24:26 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-11-02 14:39:52 -0400 |
commit | 513eb98595522bc0cb83831a9daee1d5738e66f1 (patch) | |
tree | a203dca7d5a5d66de6f2680fb8a5fe804117cd6c | |
parent | 7f3d08f5255b964827214e69967b4d5008d6ea18 (diff) |
ARM: defconfig: Update multi_v7 to use PREEMPT
Using CONFIG_PREEMPT as preemption model for ARMv7 systems
appear to be the most reasonable default.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 63af6234c1b6..1c7616815a86 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | CONFIG_SYSVIPC=y | 1 | CONFIG_SYSVIPC=y |
2 | CONFIG_NO_HZ=y | 2 | CONFIG_NO_HZ=y |
3 | CONFIG_HIGH_RES_TIMERS=y | 3 | CONFIG_HIGH_RES_TIMERS=y |
4 | CONFIG_PREEMPT=y | ||
4 | CONFIG_CGROUPS=y | 5 | CONFIG_CGROUPS=y |
5 | CONFIG_BLK_DEV_INITRD=y | 6 | CONFIG_BLK_DEV_INITRD=y |
6 | CONFIG_EMBEDDED=y | 7 | CONFIG_EMBEDDED=y |