Files
u-boot/configs/qemu_arm64_lwip_defconfig
Simon Glass ab3b9d1d88 emulation: Rename ARCH_QEMU to ARCH_QEMU_ARM
This option looks generic but in fact is specific to ARM. Rename it to
reflect this.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-07-05 05:48:28 -06:00

11 lines
174 B
Plaintext

#include <configs/qemu_arm64_defconfig>
CONFIG_ARM=y
CONFIG_ARCH_QEMU_ARM=y
CONFIG_NET_LWIP=y
CONFIG_CMD_DNS=y
CONFIG_CMD_WGET=y
CONFIG_EFI_HTTP_BOOT=y
CONFIG_WGET_HTTPS=y