summaryrefslogtreecommitdiff
path: root/configs/evb-rk3399_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-01-11 10:46:13 (GMT)
committerSimon Glass <sjg@chromium.org>2017-01-12 03:24:19 (GMT)
commitcea951e0bf47e2abf934c3b3c631235416a53feb (patch)
tree4c50d2f440bbde46bb33abea26f2cfe20c87dd44 /configs/evb-rk3399_defconfig
parent8c3018e7125c159a3190b5f8bdf2442417402920 (diff)
downloadu-boot-fsl-qoriq-cea951e0bf47e2abf934c3b3c631235416a53feb.tar.xz
rockchip: evb-rk3339: Enable DHCP
This is the only RK3399 device without DHCP. Enable it so that we can use a common BOOT_TARGET_DEVICES setting. It is likely useful to be able to use USB networking, at least. Full networking can be enabled when a suitable platform needs it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/evb-rk3399_defconfig')
-rw-r--r--configs/evb-rk3399_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/evb-rk3399_defconfig b/configs/evb-rk3399_defconfig
index 6988bcb..02d91a7 100644
--- a/configs/evb-rk3399_defconfig
+++ b/configs/evb-rk3399_defconfig
@@ -11,6 +11,9 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_SF=y
CONFIG_CMD_USB=y
# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_DHCP=y
+CONFIG_CMD_MII=y
+CONFIG_CMD_PING=y
CONFIG_CMD_TIME=y
CONFIG_CMD_EXT2=y
CONFIG_CMD_EXT4=y