u-boot-2016/board/ipq807x/Kconfig
Gokul Sriram Palanisamy 9189ae97f1 ipq807x: Moved ethernet PHY configs
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>
2019-02-08 01:03:04 -08:00

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"