mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Moved Aquantia, QCA8033, QCA8075 and QCA8081 PHY configs to defconfig. For tiny u-boot variant, except QCA8075 all other PHYs are disabled. Change-Id: Iaafa848bf7d578bfa3bcdaf0cfcb815ecfef067f Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
32 lines
626 B
Text
32 lines
626 B
Text
config SYS_CPU
|
|
default "ipq807x"
|
|
|
|
config SYS_BOARD
|
|
default "ipq807x"
|
|
|
|
config SYS_VENDOR
|
|
default "qca/arm"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ipq807x"
|
|
|
|
config IPQ807x_I2C
|
|
bool "Enable i2c support for ipq807x"
|
|
|
|
config USB_XHCI_IPQ
|
|
bool "ipq807x usb support for ipq807x"
|
|
|
|
config PCI_IPQ
|
|
bool "ipq807x pci support for ipq807x"
|
|
|
|
config QCA_AQUANTIA_PHY
|
|
bool "Enable Aquantia PHY support for ipq807x"
|
|
|
|
config QCA8033_PHY
|
|
bool "Enable QCA8033 PHY support for ipq807x"
|
|
|
|
config QCA8081_PHY
|
|
bool "Enable QCA8081 PHY support for ipq807x"
|
|
|
|
config QCA8075_PHY
|
|
bool "Enable QCA8075 PHY support for ipq807x"
|