From 28f75030f6576b14b7fcb3aa3eaa33575b28d1f6 Mon Sep 17 00:00:00 2001 From: Gurumoorthy Santhakumar Date: Thu, 22 Sep 2022 14:32:11 +0530 Subject: [PATCH] devsoc: kconfig: add TZT support Change-Id: I02700ad6c1db8725553c70bcc52b7675c4df42fd Signed-off-by: Gurumoorthy Santhakumar --- board/devsoc/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/devsoc/Kconfig b/board/devsoc/Kconfig index d11d87785d..aa2a26bfd9 100644 --- a/board/devsoc/Kconfig +++ b/board/devsoc/Kconfig @@ -24,6 +24,9 @@ config UBI_WRITE config MMC_FLASH bool "Enable MMC flash support" +config IPQ_TZT + bool "Enable TZ test command" + config PCI_IPQ bool "Enable pci support"