summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
blob: faf2c286c6bcd690f97f01135b0dacd7af7d1a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
menuconfig NET
	bool "Networking Support            "

if NET

config NET_DHCP
	bool
	prompt "dhcp support"

config NET_NFS
	bool
	prompt "nfs support"

config NET_PING
	bool
	prompt "ping support"

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