This option looks generic but in fact is specific to ARM. Rename it to reflect this. Signed-off-by: Simon Glass <sjg@chromium.org>
11 lines
174 B
Plaintext
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
|