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>
This commit is contained in:
Timple Raj M 2022-06-24 16:37:43 +05:30
parent fe643c818e
commit d4d38a2b9f

View file

@ -32,4 +32,13 @@ config USB_XHCI_IPQ
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