summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-24 10:11:43 (GMT)
committerScott Wood <scottwood@freescale.com>2014-05-14 18:37:54 (GMT)
commit8dbf6a8d2b943fc185e9a3bd06235d6beab15e20 (patch)
tree2350e8c1b748a74e520fdd94584233679a6c5eda /drivers/net/Kconfig
parentced801a1854d8a7bf3d0649da5d29b8c0d3c536d (diff)
downloadlinux-fsl-qoriq-8dbf6a8d2b943fc185e9a3bd06235d6beab15e20.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 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index b45b240..7bbdf63 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -160,6 +160,7 @@ config VXLAN
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.