summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Goodbody <[email protected]>2025-12-12 11:32:29 +0000
committerJerome Forissier <[email protected]>2026-01-15 11:09:28 +0100
commitf916c819a33e7e6314e92e37fb9fbdba46432a05 (patch)
treea4b3ef9e7bd63338ec335b54f32781e83e54503f
parent230cf3bc277622081b27e33469f5f1f59fc48180 (diff)
configs: qemu_arm64_lwip_defconfig: enable CMD_NFS
Enable NFS command so that it gets built by CI and can be tested more easily. Signed-off-by: Andrew Goodbody <[email protected]> Acked-by: Jerome Forissier <[email protected]>
-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 e8f976efaf7..a974970c3d3 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_NFS=y
CONFIG_CMD_SNTP=y
CONFIG_CMD_WGET=y
CONFIG_EFI_HTTP_BOOT=y