u-boot-2016/board/devsoc/Kconfig
Vandhiadevan Karunamoorthy 5837a5e6c6 board: arm: devsoc: Add USB support
This changes enable usb support.

Change-Id: Id75f3dbbe538a99bd4290463ed468b5575491edd
Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
2022-05-22 23:18:23 -07:00

32 lines
485 B
Text

if ARCH_DEVSOC
config SYS_CPU
default "devsoc"
config SYS_BOARD
default "devsoc"
config SYS_VENDOR
default "qca/arm"
config SYS_CONFIG_NAME
default "devsoc"
config NAND_FLASH
bool "Enable NAND Framework"
config QPIC_SERIAL
bool "Enable QPIC serial NAND"
config UBI_WRITE
bool "Enable ubi utilities"
config MMC_FLASH
bool "Enable MMC flash support"
config PCI_IPQ
bool "Enable pci support"
config USB_XHCI_IPQ
bool "Enable usb support"
endif