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

@@ -300,6 +300,11 @@ config AIC_USING_GMAC0
default n
select AIC_GMAC_DRV
config AIC_USING_GMAC1
bool "Using Gmac1"
default n
select AIC_GMAC_DRV
source "packages/third-party/lwip/contrib/ports/drv/aic/Kconfig.dev"
#================================================
@@ -487,6 +492,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
#---------------------------