diff options
author | Tom Rini <trini@konsulko.com> | 2021-10-30 23:03:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-05 11:23:29 -0400 |
commit | bca1bce92a58bfbd01799f62767f805099015721 (patch) | |
tree | 574e2bc79383925372be1e64daa0991852bbdfc0 /configs/octeontx_83xx_defconfig | |
parent | 465547bddf7116d49ddcf28aabc3272dc13d8e69 (diff) | |
download | u-boot-bca1bce92a58bfbd01799f62767f805099015721.tar.gz |
Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig
This converts the following to Kconfig:
CONFIG_SUPPORT_EMMC_BOOT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/octeontx_83xx_defconfig')
-rw-r--r-- | configs/octeontx_83xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/octeontx_83xx_defconfig b/configs/octeontx_83xx_defconfig index ace1f687537..207337523bc 100644 --- a/configs/octeontx_83xx_defconfig +++ b/configs/octeontx_83xx_defconfig @@ -79,6 +79,7 @@ CONFIG_SCSI_AHCI=y CONFIG_AHCI_PCI=y CONFIG_DM_I2C=y CONFIG_MISC=y +CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_MMC_OCTEONTX=y CONFIG_MTD=y CONFIG_DM_SPI_FLASH=y |