mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
In tiny u-boot variant, PCI, USB and Aquantia Phy support has been disabled. Change-Id: I3057839ed9756755a8bd77bc8d208880dbce4c5b Signed-off-by: Rajkumar Ayyasamy <arajkuma@codeaurora.org>
24 lines
396 B
Text
24 lines
396 B
Text
if ARCH_IPQ6018
|
|
|
|
config SYS_CPU
|
|
default "ipq6018"
|
|
|
|
config SYS_BOARD
|
|
default "ipq6018"
|
|
|
|
config SYS_VENDOR
|
|
default "qca/arm"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ipq6018"
|
|
|
|
config USB_XHCI_IPQ
|
|
bool "Enable usb support for ipq6018"
|
|
|
|
config PCI_IPQ
|
|
bool "Enable pci support for ipq6018"
|
|
|
|
config IPQ6018_QCA_AQUANTIA_PHY
|
|
bool "Enable Aquantia PHY support for ipq6018"
|
|
|
|
endif
|