This commit is contained in:
刘可亮
2024-01-27 08:47:24 +08:00
parent d3bd993b5f
commit 9f7ba67007
2345 changed files with 74421 additions and 76616 deletions

View File

@@ -261,17 +261,6 @@ source "bsp/artinchip/drv/sdmc/Kconfig"
comment "Analog Related: "
#---------------------------
# RTP device global option
#---------------------------
config AIC_USING_RTP
bool "Using RTP"
default n
select AIC_RTP_DRV
source "bsp/artinchip/drv/rtp/Kconfig"
#---------------------------
# TSEN device global option
#---------------------------
@@ -285,6 +274,14 @@ config AIC_USING_TSEN
# GPAI device global option
#---------------------------
config AIC_USING_GPAI
bool "Using GPAI"
default n
select AIC_GPAI_DRV
menu "GPAI options"
depends on AIC_USING_GPAI
config AIC_USING_GPAI0
bool "Using GPAI0"
default n
@@ -325,6 +322,9 @@ config AIC_USING_GPAI7
default n
select AIC_GPAI_DRV
source "bsp/artinchip/drv/gpai/Kconfig.dev"
endmenu
#================================================
# MutiMedia Class
#================================================
@@ -382,6 +382,15 @@ menu "Camera Support"
source "bsp/peripheral/camera/Kconfig"
endmenu
#---------------------------
# I2S global option
#---------------------------
config AIC_USING_I2S0
bool "Using I2S0"
default n
select AIC_I2S_DRV
#---------------------------
# AUDIO device global option
#---------------------------
@@ -640,6 +649,17 @@ config AIC_USING_CLK_OUT3
endmenu
#---------------------------
# PM options
#---------------------------
config AIC_USING_PM
bool "Using Power Management"
default n
select AIC_PM_DRV
source "bsp/artinchip/drv/pm/Kconfig"
#================================================
# Security Class
#================================================