From d3877fba3172486245f02f1b027f3069de891ca7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 18 Dec 2021 11:27:51 -0700 Subject: Convert CONFIG_BOOTP_SERVERIP to Kconfig This converts the following to Kconfig: CONFIG_BOOTP_SERVERIP Signed-off-by: Simon Glass --- configs/adp-ag101p_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/adp-ag101p_defconfig') diff --git a/configs/adp-ag101p_defconfig b/configs/adp-ag101p_defconfig index 503f2ae..49108ec 100644 --- a/configs/adp-ag101p_defconfig +++ b/configs/adp-ag101p_defconfig @@ -29,6 +29,7 @@ CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_ADDR=0x80140000 CONFIG_BOOTP_SEND_HOSTNAME=y CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_BOOTP_SERVERIP=y CONFIG_DM=y CONFIG_MMC=y CONFIG_FTSDC010=y -- cgit v1.1