aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinda Chen <minda.chen@starfivetech.com>2023-08-07 16:53:38 +0800
committerLeo Yu-Chi Liang <ycliang@andestech.com>2023-08-10 10:58:01 +0800
commit0665621386cd907d6a3e3527a3c6636aee10ed04 (patch)
tree02946a5471697332b2f2956d070d8b335eee376c
parenteca2d41c681466c229fc0b4372432db71745c826 (diff)
downloadu-boot-0665621386cd907d6a3e3527a3c6636aee10ed04.zip
u-boot-0665621386cd907d6a3e3527a3c6636aee10ed04.tar.gz
u-boot-0665621386cd907d6a3e3527a3c6636aee10ed04.tar.bz2
configs: riscv: starfive: Add VF2 PCIe USB3 XHCI support
Add XHCI_PCI to enable usb3-host functions. Also add usb command and keyboard config. Signed-off-by: Minda Chen <minda.chen@starfivetech.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
-rw-r--r--configs/starfive_visionfive2_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig
index 5d8a8e2..a70ada3 100644
--- a/configs/starfive_visionfive2_defconfig
+++ b/configs/starfive_visionfive2_defconfig
@@ -65,6 +65,7 @@ CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS=5
CONFIG_CMD_MEMINFO=y
CONFIG_CMD_I2C=y
CONFIG_CMD_PCI=y
+CONFIG_CMD_USB=y
CONFIG_CMD_TFTPPUT=y
CONFIG_OF_BOARD=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
@@ -111,3 +112,7 @@ CONFIG_PINCTRL_STARFIVE=y
CONFIG_SYS_NS16550=y
CONFIG_CADENCE_QSPI=y
CONFIG_TIMER_EARLY=y
+CONFIG_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_PCI=y
+CONFIG_USB_KEYBOARD=y