u-boot-2016/board/ipq6018/Kconfig
Rajkumar Ayyasamy c5e175c4eb ipq6018: Added support for tiny variant of u-boot
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>
2019-07-24 16:10:09 +05:30

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