barebox/net/Kconfig
Jean-Christophe PLAGNIOL-VILLARD b1da925c8a introduce console none support
this will allow to have no console support

Use full for bootstrap as we can save 6.5 KiB (barebox.bin) and
3.8 KiB (zbarebox.bin lzo) on at91sam9263 as example vs console simple

As on bootstrap we have often very limited size.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-01-23 20:34:16 +01:00

30 lines
403 B
Text

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_NETCONSOLE
bool
depends on !CONSOLE_NONE
prompt "network console support"
help
This option adds support for a simple udp based network console.
config NET_RESOLV
bool
prompt "dns support"
endif