From d4d38a2b9f794571e6e53a1ae4282dd4e9a9ab38 Mon Sep 17 00:00:00 2001 From: Timple Raj M Date: Fri, 24 Jun 2022 16:37:43 +0530 Subject: [PATCH] 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 --- board/devsoc/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/board/devsoc/Kconfig b/board/devsoc/Kconfig index e6281fe71a..18a3c14417 100644 --- a/board/devsoc/Kconfig +++ b/board/devsoc/Kconfig @@ -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