Newer
Older
barebox / net / Kconfig
@Holger Schurig Holger Schurig on 14 May 2014 345 bytes commands: move CMD_IFUP to commands/Kconfig
menuconfig NET
	bool "Networking Support"

if NET

config NET_NFS
	bool
	prompt "nfs 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"

config NET_IFUP
	default y
	bool

endif