mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This change adds support to enable multiple I2C bus on all IPQ platforms. Removed the device specific changes and updated in a generic way to support multiple I2C on all the IPQ platforms. Change-Id: Ie13dd744c6317fc9245bc88781e79a9fb3621a62 Signed-off-by: Ram Kumar D <quic_ramd@quicinc.com>
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 IPQ_I2C
|
|
bool "Enable i2c support on IPQ platform"
|
|
|
|
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"
|