mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-27 22:48:54 +00:00
v1.0.3
This commit is contained in:
@@ -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
|
||||
#================================================
|
||||
|
||||
Reference in New Issue
Block a user