From: Linus Walleij Date: Fri, 19 Oct 2018 09:24:26 +0000 (+0200) Subject: ARM: defconfig: Update multi_v7 to use PREEMPT X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~4171^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=513eb98595522bc0cb83831a9daee1d5738e66f1;p=mirror_ubuntu-focal-kernel.git 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 Signed-off-by: Olof Johansson --- 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 @@ CONFIG_SYSVIPC=y CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y +CONFIG_PREEMPT=y CONFIG_CGROUPS=y CONFIG_BLK_DEV_INITRD=y CONFIG_EMBEDDED=y