aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-24 12:11:43 +0200
committerSteven Rostedt <rostedt@goodmis.org>2011-11-14 12:11:29 -0500
commit29d2026ec6b84618bb65542282d0abbf417e9ea8 (patch)
tree42f3d675b10e1f3628a0013ac960c5906c51138d
parentd7f7a79bcdb5be9362789c0e4dbb6b7ed36fd3a4 (diff)
kconfig-disable-a-few-options-rt.patch
Disable stuff which is known to have issues on RT Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r--arch/Kconfig1
-rw-r--r--drivers/net/Kconfig1
-rw-r--r--mm/Kconfig2
3 files changed, 3 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 26b0e2397a57..40112de862a7 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -6,6 +6,7 @@ config OPROFILE
tristate "OProfile system profiling"
depends on PROFILING
depends on HAVE_OPROFILE
+ depends on !PREEMPT_RT_FULL
select RING_BUFFER
select RING_BUFFER_ALLOW_SWAP
help
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 93359fab240e..046b9f536420 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -3410,6 +3410,7 @@ config NET_FC
config NETCONSOLE
tristate "Network console logging support"
+ depends on !PREEMPT_RT_FULL
---help---
If you want to log kernel messages over the network, enable this.
See <file:Documentation/networking/netconsole.txt> for details.
diff --git a/mm/Kconfig b/mm/Kconfig
index 8ca47a5ee9c8..3c36545f2598 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -304,7 +304,7 @@ config NOMMU_INITIAL_TRIM_EXCESS
config TRANSPARENT_HUGEPAGE
bool "Transparent Hugepage Support"
- depends on X86 && MMU
+ depends on X86 && MMU && !PREEMPT_RT_FULL
select COMPACTION
help
Transparent Hugepages allows the kernel to use huge pages and