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>2013-04-04 22:09:43 (GMT)
commitb6c24069a70f80b9fef49721d424637724116d25 (patch)
treede54ad8fae0f5a4e404189702ac5476669313e12 /drivers/net/Kconfig
parent7c3f5e412214cff68024291fc4750e34881f185b (diff)
downloadlinux-fsl-qoriq-b6c24069a70f80b9fef49721d424637724116d25.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 6a70184..0052e52 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -164,6 +164,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.