From 3b3ea2c56ec4bc5588281fd103c744e608f8b25c Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 26 Feb 2018 16:01:02 +0100 Subject: 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 Signed-off-by: Tom Rini --- configs/huawei_hg556a_ram_defconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configs/huawei_hg556a_ram_defconfig') diff --git a/configs/huawei_hg556a_ram_defconfig b/configs/huawei_hg556a_ram_defconfig index 36a85f3cf5..b9208ff325 100644 --- a/configs/huawei_hg556a_ram_defconfig +++ b/configs/huawei_hg556a_ram_defconfig @@ -24,9 +24,8 @@ CONFIG_CMD_LICENSE=y # CONFIG_CMD_CRC32 is not set CONFIG_CMD_MEMINFO=y # CONFIG_CMD_LOADS is not set -# CONFIG_CMD_NET is not set -# CONFIG_CMD_NFS is not set # CONFIG_CMD_MISC is not set +# CONFIG_NET is not set # CONFIG_DM_DEVICE_REMOVE is not set CONFIG_DM_GPIO=y CONFIG_BCM6345_GPIO=y -- cgit v1.2.3