summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-11-03 00:05:25 +0100
committerAndrey Konovalov <andrey.konovalov@linaro.org>2015-11-03 22:48:24 +0300
commit9c29554969248f7dc4396940ec52fac9d5c8633b (patch)
treea4b50efebb748b2fc89159622c3e95eae04ccaa1
parentfff72b9e00ff51bbda2ef8aec1e975a49c7800d2 (diff)
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 <anders.roxell@linaro.org> Acked-by: Kevin Hilman <khilman@linaro.org>
-rw-r--r--linaro/configs/preempt-rt.config3
1 files changed, 3 insertions, 0 deletions
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