summaryrefslogtreecommitdiff
path: root/configs/legoev3_defconfig
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2018-05-19 23:25:05 -0500
committerTom Rini <trini@konsulko.com>2018-06-05 10:33:57 -0400
commit98ada4b3f035e11510c4a5bfc10b1c134ffbd2af (patch)
treeef6f7d7ed8330dd148842e56f89aace97ec6cbd2 /configs/legoev3_defconfig
parent648e87a1ec961de00ac0d7dcbd15b2ff1804ef8d (diff)
ARM: legoev3: disable networking
This disables networking related items in the config. The EV3 does not have any networking hardware, so this is wasted space. Signed-off-by: David Lechner <david@lechnology.com>
Diffstat (limited to 'configs/legoev3_defconfig')
-rw-r--r--configs/legoev3_defconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/legoev3_defconfig b/configs/legoev3_defconfig
index c5f54a98d3..8ee2d223fd 100644
--- a/configs/legoev3_defconfig
+++ b/configs/legoev3_defconfig
@@ -18,9 +18,7 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_SF=y
CONFIG_CMD_SPI=y
# CONFIG_CMD_SETEXPR is not set
-CONFIG_CMD_DHCP=y
-CONFIG_CMD_MII=y
-CONFIG_CMD_PING=y
+# CONFIG_CMD_NET is not set
CONFIG_CMD_EXT4=y
CONFIG_CMD_FAT=y
CONFIG_CMD_DIAG=y