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>
13 lines
209 B
Plaintext
13 lines
209 B
Plaintext
#include <configs/qemu_arm64_defconfig>
|
|
|
|
CONFIG_ARM=y
|
|
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
|
|
CONFIG_WGET_CACERT=y
|