From 6dad6b4c802f6b1082dc7b7ff6dac0ac4f80bb40 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Sun, 15 Mar 2015 16:21:24 -0500
Subject: convert addon patch to default patch

---
 target/linux/config/Config.in.addons |  4 ----
 target/linux/config/Config.in.kernel | 12 ++++++------
 2 files changed, 6 insertions(+), 10 deletions(-)

(limited to 'target/linux/config')

diff --git a/target/linux/config/Config.in.addons b/target/linux/config/Config.in.addons
index 6e7b0d2e1..9eee7598d 100644
--- a/target/linux/config/Config.in.addons
+++ b/target/linux/config/Config.in.addons
@@ -12,7 +12,3 @@ config ADK_KERNEL_ADDON_GRSEC
 config ADK_KERNEL_ADDON_MPTCP
 	bool
 	depends on ADK_KERNEL_VERSION_3_14
-
-config ADK_KERNEL_ADDON_LINUXRT
-	bool
-	depends on ADK_KERNEL_VERSION_3_18
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index bba5ac246..cb815e52f 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -248,12 +248,6 @@ config ADK_KERNEL_PREEMPT
 	help
 	  Enable preemptive mode.
 
-config ADK_KERNEL_PREEMPT_RT_FULL
-        bool "Enable Realtime support"
-        select ADK_KERNEL_ADDON_LINUXRT
-        help
-	  https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/
-
 
 choice
 prompt "tick configuration"
@@ -288,6 +282,12 @@ config ADK_KERNEL_HIGH_RES_TIMERS
 	bool "Enable high resolution timers"
 	help
 
+comment "uses experimental external patch"
+config ADK_KERNEL_PREEMPT_RT_FULL
+        bool "Enable Realtime support"
+	depends on ADK_KERNEL_VERSION_3_18
+        help
+	  https://www.kernel.org/pub/linux/kernel/projects/rt/3.18/
 
 choice
 prompt "Page size"
-- 
cgit v1.2.3