aboutsummaryrefslogtreecommitdiff
path: root/configs/devkit8000_defconfig
diff options
context:
space:
mode:
authorTom Rini2022-02-25 11:19:50 -0500
committerTom Rini2022-03-03 16:51:20 -0500
commita542e4307db9dcdfdc0c1cd961b896c261c7f3da (patch)
treea8928716dce059c121b1af4d441dd4a612049e61 /configs/devkit8000_defconfig
parent028aa0946f6f720e19ae521bb1159bbc95e19e49 (diff)
Convert CONFIG_BOOTP_MAY_FAIL et al to Kconfig
This converts the following to Kconfig: CONFIG_BOOTP_MAY_FAIL CONFIG_BOOTP_VENDOREX CONFIG_BOOTP_BOOTFILESIZE CONFIG_BOOTP_NISDOMAIN CONFIG_BOOTP_TIMEOFFSET Cc: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/devkit8000_defconfig')
-rw-r--r--configs/devkit8000_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/devkit8000_defconfig b/configs/devkit8000_defconfig
index 6f03714921d..a0e423ddaa8 100644
--- a/configs/devkit8000_defconfig
+++ b/configs/devkit8000_defconfig
@@ -26,7 +26,9 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_NAND=y
CONFIG_CMD_NAND_LOCK_UNLOCK=y
# CONFIG_CMD_SETEXPR is not set
+CONFIG_BOOTP_BOOTFILESIZE=y
CONFIG_BOOTP_DNS2=y
+CONFIG_BOOTP_NISDOMAIN=y
CONFIG_BOOTP_NTPSERVER=y
CONFIG_CMD_JFFS2=y
CONFIG_JFFS2_DEV="nand0"