summaryrefslogtreecommitdiff
path: root/configs/am57xx_hs_evm_usb_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-10 05:42:43 +0300
committerTom Rini <trini@konsulko.com>2021-04-10 14:53:50 +0300
commitf9836dabd8f0a50932eef18f8f5e821a9d35a7bc (patch)
tree872344dc8b3ab49905c74d029f3ee31eceebea00 /configs/am57xx_hs_evm_usb_defconfig
parenta61b538af837f201cb91b7c81741bfffadac6cb3 (diff)
downloadu-boot-f9836dabd8f0a50932eef18f8f5e821a9d35a7bc.tar.xz
am57xx_hs_evm_usb: Enable AHCI and BLK
Enable the AHCI and BLK features to complete migration of various drivers. Cc: Andrew F. Davis <afd@ti.com> Cc: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/am57xx_hs_evm_usb_defconfig')
-rw-r--r--configs/am57xx_hs_evm_usb_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am57xx_hs_evm_usb_defconfig b/configs/am57xx_hs_evm_usb_defconfig
index d020bb0e46..35f90274a2 100644
--- a/configs/am57xx_hs_evm_usb_defconfig
+++ b/configs/am57xx_hs_evm_usb_defconfig
@@ -20,6 +20,7 @@ CONFIG_SPL_SPI_FLASH_SUPPORT=y
CONFIG_SPL_SPI_SUPPORT=y
CONFIG_ARMV7_LPAE=y
CONFIG_DEFAULT_DEVICE_TREE="am57xx-beagle-x15"
+CONFIG_AHCI=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_FIT_IMAGE_POST_PROCESS=y
CONFIG_SPL_LOAD_FIT=y
@@ -69,7 +70,6 @@ CONFIG_DM=y
CONFIG_SPL_DM=y
CONFIG_SPL_DM_SEQ_ALIAS=y
CONFIG_SCSI_AHCI=y
-# CONFIG_BLK is not set
CONFIG_DFU_MMC=y
CONFIG_DFU_RAM=y
CONFIG_USB_FUNCTION_FASTBOOT=y