diff options
author | Simon Glass | 2021-12-18 11:27:51 -0700 |
---|---|---|
committer | Tom Rini | 2022-01-21 14:01:35 -0500 |
commit | d3877fba3172486245f02f1b027f3069de891ca7 (patch) | |
tree | 01be8773947a64fdcdf4035c62c9cb6677b470d1 /configs/adp-ag101p_defconfig | |
parent | d6b318de2f0670b13240c7147e60497aef5f1164 (diff) |
Convert CONFIG_BOOTP_SERVERIP to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTP_SERVERIP
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/adp-ag101p_defconfig')
-rw-r--r-- | configs/adp-ag101p_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/adp-ag101p_defconfig b/configs/adp-ag101p_defconfig index 503f2ae1312..49108ec7167 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 |