barebox/net/Kconfig
Alexander Shiyan 4c20f9af97 Cleanup Kconfig files
This patch provides a global cleanup barebox Kconfig files. This includes
replacing spaces to tabs, formatting in accordance format, removing
extraneous lines and spaces. No functional changes.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-12-08 12:22:12 +01:00

29 lines
377 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
prompt "network console support"
help
This option adds support for a simple udp based network console.
config NET_RESOLV
bool
prompt "dns support"
endif