From ab2385a1f9c19c80025065a74979c96c7453a586 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Tue, 3 Nov 2015 00:05:25 +0100 Subject: linaro/configs: add preempt-rt.config For the RT patchset, add a preempt-rt fragment to the "mainline" fragment directory to make it easier to build automatically without having to go into menuconfig and select the Fully Preemptible Kernel (RT) to be the Preemption Model and to turn of CPU Frequency scaling. It isn't mandatory to turn off CPU_FREQ. However, you get a more predictable latency range. Signed-off-by: Anders Roxell Acked-by: Kevin Hilman --- linaro/configs/preempt-rt.config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 linaro/configs/preempt-rt.config diff --git a/linaro/configs/preempt-rt.config b/linaro/configs/preempt-rt.config new file mode 100644 index 00000000000..7c6594f3a01 --- /dev/null +++ b/linaro/configs/preempt-rt.config @@ -0,0 +1,3 @@ +CONFIG_PREEMPT=y +CONFIG_PREEMPT_RT_FULL=y +# CONFIG_CPU_FREQ is not set -- cgit v1.2.3