mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-06 09:21:26 +01:00
This changes enable usb support. Change-Id: Id75f3dbbe538a99bd4290463ed468b5575491edd Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
32 lines
485 B
Text
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
|