u-boot-2016/board/ipq5018/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

54 lines
1 KiB
Text

if ARCH_IPQ5018
config SYS_CPU
default "ipq5018"
config SYS_BOARD
default "ipq5018"
config SYS_VENDOR
default "qca/arm"
config SYS_CONFIG_NAME
default "ipq5018"
config IPQ_I2C
bool "Enable i2c support on IPQ platform"
config USB_XHCI_IPQ
bool "Enable usb support for ipq5018"
config PCI_IPQ
bool "Enable pci support for ipq5018"
config MMC_FLASH
bool "Enable MMC flash support for ipq5018"
config IPQ_TZT
bool "Enable TZ test command for ipq5018"
config UBI_WRITE
bool "Enable ubi volume write command for ipq5018"
config QPIC_SERIAL
bool "Enable QPIC serial spi nand for ipq5018"
config IPQ_TINY
bool "Enable Tiny support for ipq5018"
config IPQ_MTD_NOR
bool "Register nor in MTD framework for ipq5018"
config IPQ_TINY_SPI_NOR
bool "This config helps to update spi-nor related updated in ipq5018"
config NAND_FLASH
bool "Enable NAND driver for ipq5018"
config GEPHY
bool "Enable Internel GEPHY for ipq5018"
config ART_COMPRESSED
bool "Enable uncompress support for ipq5018"
endif