This commit is contained in:
刘可亮
2024-06-04 19:00:30 +08:00
parent 990c72f5be
commit 0a13af6a1d
1668 changed files with 342810 additions and 37726 deletions

View File

@@ -488,6 +488,24 @@ config AIC_USING_TSEN
default n
select AIC_TSEN_DRV
menu "TSENS options"
depends on AIC_USING_TSEN
config AIC_USING_TSEN_CPU
bool "Using TSEN_CPU"
depends on AIC_USING_TSEN
default n
select AIC_TSEN_DRV
config AIC_USING_TSEN_GPAI
bool "Using TSEN_GPAI"
depends on AIC_USING_TSEN
default n
select AIC_TSEN_DRV
source "bsp/artinchip/drv/tsen/Kconfig.dev"
endmenu
#---------------------------
# GPAI device global option
#---------------------------