diff options
| author | Tom Rini <[email protected]> | 2022-02-25 11:19:50 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-03 16:51:20 -0500 |
| commit | a542e4307db9dcdfdc0c1cd961b896c261c7f3da (patch) | |
| tree | a8928716dce059c121b1af4d441dd4a612049e61 /configs/slimbootloader_defconfig | |
| parent | 028aa0946f6f720e19ae521bb1159bbc95e19e49 (diff) | |
Convert CONFIG_BOOTP_MAY_FAIL et al to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTP_MAY_FAIL
CONFIG_BOOTP_VENDOREX
CONFIG_BOOTP_BOOTFILESIZE
CONFIG_BOOTP_NISDOMAIN
CONFIG_BOOTP_TIMEOFFSET
Cc: Ramon Fried <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/slimbootloader_defconfig')
| -rw-r--r-- | configs/slimbootloader_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/slimbootloader_defconfig b/configs/slimbootloader_defconfig index e68264675d0..5988777fb90 100644 --- a/configs/slimbootloader_defconfig +++ b/configs/slimbootloader_defconfig @@ -15,6 +15,7 @@ CONFIG_LAST_STAGE_INIT=y CONFIG_HUSH_PARSER=y CONFIG_CMD_MMC=y CONFIG_CMD_USB=y +CONFIG_BOOTP_BOOTFILESIZE=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y CONFIG_EFI_PARTITION=y |
