9
0
Fork 0
barebox/net/Kconfig

29 lines
388 B
Plaintext
Raw Normal View History

2007-07-05 16:01:23 +00:00
menuconfig NET
2007-07-05 16:02:04 +00:00
bool "Networking Support "
2007-07-05 16:01:23 +00:00
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.
2007-07-05 16:01:23 +00:00
endif