xref: /openbmc/u-boot/net/Kconfig (revision df13a44377b36f438d15de06b07ad4645b89cf4f)
1ed36323fSMasahiro Yamada#
2ed36323fSMasahiro Yamada# Network configuration
3ed36323fSMasahiro Yamada#
4ed36323fSMasahiro Yamada
5ed36323fSMasahiro Yamadamenuconfig NET
6ed36323fSMasahiro Yamada	bool "Networking support"
7*3b3ea2c5SMichal Simek	default y
8ed36323fSMasahiro Yamada
9ed36323fSMasahiro Yamadaif NET
10ed36323fSMasahiro Yamada
11bef1014bSJoe Hershbergerconfig NET_RANDOM_ETHADDR
12bef1014bSJoe Hershberger	bool "Random ethaddr if unset"
13bef1014bSJoe Hershberger	help
14bef1014bSJoe Hershberger	  Selecting this will allow the Ethernet interface to function
15bef1014bSJoe Hershberger	  even when the ethaddr variable for that interface is unset.
16bef1014bSJoe Hershberger	  A new MAC address will be generated on every boot and it will
17bef1014bSJoe Hershberger	  not be added to the environment.
18bef1014bSJoe Hershberger
1926660748SBernhard Nortmannconfig NETCONSOLE
2026660748SBernhard Nortmann	bool "NetConsole support"
2126660748SBernhard Nortmann	help
2226660748SBernhard Nortmann	  Support the 'nc' input/output device for networked console.
2326660748SBernhard Nortmann	  See README.NetConsole for details.
2426660748SBernhard Nortmann
25ed36323fSMasahiro Yamadaendif   # if NET
26