From fa1090cdaf449dab2e0a535ba8514d6ec9e13212 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Wed, 7 May 2014 16:21:08 +0200 Subject: [PATCH] linaro/configs: add fragment preempt-rt Signed-off-by: Anders Roxell Signed-off-by: Mark Brown --- linaro/configs/preempt-rt.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 linaro/configs/preempt-rt.conf diff --git a/linaro/configs/preempt-rt.conf b/linaro/configs/preempt-rt.conf new file mode 100644 index 000000000000..f8873a6dfb32 --- /dev/null +++ b/linaro/configs/preempt-rt.conf @@ -0,0 +1,4 @@ +CONFIG_PREEMPT=y +CONFIG_PREEMPT_RT_FULL=y +CONFIG_SLUB=y +CONFIG_CPU_FREQ=n -- 2.34.1