summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinda Chen <minda.chen@starfivetech.com>2023-07-26 05:58:08 +0300
committerMinda Chen <minda.chen@starfivetech.com>2023-07-26 08:35:04 +0300
commiteb440044ec57526f7b511c8f98d24e0dc9dd2f33 (patch)
tree8a17f21a64389e187b0389c6d278aad0e8c15ffc
parent693962d477338c2f4ca36741f655bd2fd001ec43 (diff)
downloadu-boot-eb440044ec57526f7b511c8f98d24e0dc9dd2f33.tar.xz
configs: Add pci-xhci and remove the cdns host configs
vf2 board using pci-xhci usb host, cdns3 use as devices. So add this enable vf2 usb-host function. Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
-rw-r--r--configs/starfive_visionfive2_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
index 6fd68b3071..73c56982c9 100644
--- a/configs/starfive_visionfive2_defconfig
+++ b/configs/starfive_visionfive2_defconfig
@@ -62,6 +62,7 @@ CONFIG_CMD_I2C=y
CONFIG_CMD_MISC=y
CONFIG_CMD_PART=y
CONFIG_CMD_PCI=y
+CONFIG_CMD_USB=y
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_EFIDEBUG=y
CONFIG_CMD_SYSBOOT=y
@@ -128,8 +129,9 @@ CONFIG_SYSRESET=y
CONFIG_SYSRESET_SBI=y
CONFIG_USB=y
CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PCI=y
CONFIG_USB_CDNS3=y
-CONFIG_USB_CDNS3_HOST=y
+# CONFIG_USB_CDNS3_TI is not set
CONFIG_USB_CDNS3_STARFIVE=y
CONFIG_USB_STORAGE=y
CONFIG_DM_VIDEO=y