u-boot-2016/board/devsoc/Kconfig
Timple Raj M d4d38a2b9f board: arm: devsoc: add tiny-nor support for ipq53xx
Added these configs to support tiny-nor in ipq53xx
IPQ_TINY
IPQ_TINY_SPI_NOR
ART_COMPRESSED

Change-Id: Icfb727a82d50e12626eb7fc7f34521ee6f478064
Signed-off-by: Timple Raj M <quic_timple@quicinc.com>
2022-07-04 11:42:13 +05:30

44 lines
699 B
Text

if ARCH_DEVSOC
config SYS_CPU
default "devsoc"
config SYS_BOARD
default "devsoc"
config SYS_VENDOR
default "qca/arm"
config SYS_CONFIG_NAME
default "devsoc"
config NAND_FLASH
bool "Enable NAND Framework"
config QPIC_SERIAL
bool "Enable QPIC serial NAND"
config UBI_WRITE
bool "Enable ubi utilities"
config MMC_FLASH
bool "Enable MMC flash support"
config PCI_IPQ
bool "Enable pci support"
config USB_XHCI_IPQ
bool "Enable usb support"
config IPQ_I2C
bool "Enable i2c support"
config IPQ_TINY
bool "Enable Tiny support"
config IPQ_TINY_SPI_NOR
bool "This config helps to update spi-nor"
config ART_COMPRESSED
bool "Enable uncompress support"
endif