From 3275f26bb6cda9e24966423460e74281e1a71888 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 3 Jul 2020 09:00:14 -0500 Subject: Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig This converts the following to Kconfig: CONFIG_BOOTP_SEND_HOSTNAME Signed-off-by: Adam Ford --- 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 24d288d2..c683869 100644 --- a/configs/adp-ag101p_defconfig +++ b/configs/adp-ag101p_defconfig @@ -22,6 +22,7 @@ CONFIG_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_FLASH=y CONFIG_ENV_ADDR=0x80140000 +CONFIG_BOOTP_SEND_HOSTNAME=y CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y CONFIG_MMC=y -- cgit v1.1