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>2015-02-13 22:20:16 (GMT)
commit75db0f9684dc234b3222470f15df7e88c95fe806 (patch)
tree7d076adab3a47d7115e3c9585d7f49e7dd371c0a /drivers/net/Kconfig
parent898ce3f2cdedd95b70eeeb770b251474adda5a79 (diff)
downloadlinux-fsl-qoriq-75db0f9684dc234b3222470f15df7e88c95fe806.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 367aabc..0d6e036 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -161,6 +161,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.