summaryrefslogtreecommitdiff
path: root/configs/warp7_defconfig
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2016-12-16 21:08:10 (GMT)
committerStefano Babic <sbabic@denx.de>2017-01-02 16:11:10 (GMT)
commit25aaebdb123b1c59c95d5515a06f14537a870855 (patch)
treec414b6153d0b0206ed3ac231ab4de0aa2e5662d2 /configs/warp7_defconfig
parent5d3a28abe4a1fa17798049b084f7f7fcd2da2b40 (diff)
downloadu-boot-fsl-qoriq-25aaebdb123b1c59c95d5515a06f14537a870855.tar.xz
ARM: imx7s-warp: enable USB gadget ethernet
Enable USB gadget ethernet by default to have networking capabilities. Tested using DHCP and TFTP to transfer kernel, DT, ramdisk. Cc: Fabio Estevam <festevam@gmail.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'configs/warp7_defconfig')
-rw-r--r--configs/warp7_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/warp7_defconfig b/configs/warp7_defconfig
index 0f0ec99..81acd8f 100644
--- a/configs/warp7_defconfig
+++ b/configs/warp7_defconfig
@@ -35,3 +35,8 @@ CONFIG_G_DNL_MANUFACTURER="FSL"
CONFIG_G_DNL_VENDOR_NUM=0x0525
CONFIG_G_DNL_PRODUCT_NUM=0xa4a5
CONFIG_OF_LIBFDT=y
+
+CONFIG_CMD_NET=y
+CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_CMD_DHCP=y
+