summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2025-06-25 15:19:21 +0200
committerJerome Forissier <jerome.forissier@linaro.org>2025-07-08 11:07:37 +0200
commit203be3197de1016236f55652ce8ee4cbfe3035ad (patch)
treefa5b17e5a5b2bad591c4e44a06bd6bef6cae778e
parenta9675211dd20140a0e0cdd093955136d983502b8 (diff)
configs: qemu_arm64_lwip_defconfig: enable CMD_SNTP
Enable the sntp command by default in the arm64 QEMU defconfig for lwIP since this config is meant to have all the features supported by lwIP. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
-rw-r--r--configs/qemu_arm64_lwip_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig
index 814e98729a3..e8f976efaf7 100644
--- a/configs/qemu_arm64_lwip_defconfig
+++ b/configs/qemu_arm64_lwip_defconfig
@@ -5,6 +5,7 @@ CONFIG_ARCH_QEMU=y
CONFIG_NET_LWIP=y
CONFIG_CMD_DNS=y
+CONFIG_CMD_SNTP=y
CONFIG_CMD_WGET=y
CONFIG_EFI_HTTP_BOOT=y
CONFIG_WGET_HTTPS=y