summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-24 10:11:43 (GMT)
committerScott Wood <scottwood@freescale.com>2014-04-10 00:18:48 (GMT)
commit015e3d89911fe6a0de5f8833fb3bf25aa15d77a3 (patch)
tree13d3591c2699cb17948573ebf01858222d81599c /arch/Kconfig
parenta27b4b43dcb6c792ab87796e8557362c9aa70a34 (diff)
downloadlinux-fsl-qoriq-015e3d89911fe6a0de5f8833fb3bf25aa15d77a3.tar.xz
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>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index af2cc6e..77e7e80 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