summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-07-24 10:11:43 (GMT)
committerEmil Medve <Emilian.Medve@Freescale.com>2013-05-26 07:14:14 (GMT)
commitde37870d34cd2836b8b0675856b58aaa39539094 (patch)
tree677950711e5b1af1595aa7c2f45a9369944437cf /drivers/net/Kconfig
parent99a463bd0a2fdc353fd270ef49cfa140845ea997 (diff)
downloadlinux-fsl-qoriq-de37870d34cd2836b8b0675856b58aaa39539094.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.