summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-03 13:01:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-06-17 08:28:29 +0200
commit232b46996c039e3a01bb8774fb9148616d94d8e9 (patch)
treefeb37547d69953edc10c72c47676278bf342e671 /net/Kconfig
parent56d0e7f2747937ce5d5e1c7ca83add159d8d9534 (diff)
downloadbarebox-232b46996c039e3a01bb8774fb9148616d94d8e9.tar.gz
barebox-232b46996c039e3a01bb8774fb9148616d94d8e9.tar.xz
add netconsole support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'net/Kconfig')
-rw-r--r--net/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index a110beceb7..faf2c286c6 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -18,4 +18,11 @@ config NET_PING
config NET_TFTP
bool
prompt "tftp support"
+
+config NET_NETCONSOLE
+ bool
+ prompt "network console support"
+ help
+ This option adds support for a simple udp based network console.
+
endif