From 1f1380d1241c2e9cc47f5f75aa5c8360acdf37a5 Mon Sep 17 00:00:00 2001 From: Han Gao Date: Wed, 6 Mar 2024 14:59:31 +0800 Subject: [PATCH] fix: nna: use VHA_THEAD_LIGHT instead of THEAD_LIGHT_FPGA_C910 Signed-off-by: Han Gao --- drivers/nna/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/drivers/nna/Kconfig b/drivers/nna/Kconfig index 63f00eb01..dcf05be47 100644 --- a/drivers/nna/Kconfig +++ b/drivers/nna/Kconfig @@ -5,12 +5,18 @@ menuconfig VHA if VHA choice prompt "VHA platform" + config VHA_THEAD_LIGHT + bool "driver runs with T-Head Light-FM hw platform using a device tree." + select HW_AX3 + select VHA_LO_PRI_SUBSEGS config VHA_THEAD_LIGHT_FPGA_C910 bool "driver runs with T-Head Light-FPGA hw platform using a device tree." select HW_AX3 config VHA_DUMMY bool "driver runs without hardware." + select HW_AX3 endchoice + config TARGET_OSID int default 0 @@ -24,4 +30,7 @@ config VHA_MMU_MIRRORED_CTX config VHA_SYS_AURA bool "driver runs with Aura system configuration file." depends on HW_AX3 +config VHA_LO_PRI_SUBSEGS + bool "driver is compiled to support low priority subsegments" + depends on HW_AX3 endif