Kconfig: cmd: Make networking command dependent on NET

Enable networking command only when NET is enabled.
And remove selecting NET for CMD_NET

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Michal Simek 2018-02-26 16:01:02 +01:00 committed by Tom Rini
parent 4bafceff0e
commit 3b3ea2c56e
71 changed files with 94 additions and 134 deletions

View file

@ -45,7 +45,7 @@
#define DNS_CALLBACK
#endif
#ifdef CONFIG_NET
#ifdef CONFIG_CMD_NET
#define NET_CALLBACKS \
"bootfile:bootfile," \
"ipaddr:ipaddr," \