u-boot-2016/board/ipq807x/Kconfig
Ram Kumar D 88f81ffced drivers: i2c: qup: add multi I2C support for all IPQ chipsets
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>
2022-05-16 07:46:51 -07: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 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"