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

@@ -253,16 +253,19 @@ config AIC_USING_SDMC2
bool "Using SDMC2"
default n
select AIC_SDMC_DRV
select AIC_USING_RTL8733_WLAN0
source "bsp/artinchip/drv/sdmc/Kconfig"
config AIC_USING_RTL8733_WLAN0
bool "Using Rtl8733 Wlan0"
default n
select RTL8733_WLAN_DRV
#---------------------------
# WLAN device global option
#---------------------------
comment "WLAN Related:"
source "bsp/peripheral/wireless/rtl8733/Kconfig.dev"
menuconfig AIC_WIRELESS_LAN
bool "Using Wireless Lan"
default n
source "bsp/peripheral/wireless/Kconfig"
#================================================
# Analog Class
@@ -270,17 +273,6 @@ source "bsp/peripheral/wireless/rtl8733/Kconfig.dev"
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
#---------------------------
@@ -294,6 +286,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
@@ -334,6 +334,9 @@ config AIC_USING_GPAI7
default n
select AIC_GPAI_DRV
source "bsp/artinchip/drv/gpai/Kconfig.dev"
endmenu
#================================================
# MutiMedia Class
#================================================
@@ -596,6 +599,8 @@ config AIC_USING_SID
default n
select AIC_SID_DRV
source "bsp/artinchip/drv/efuse/Kconfig.dev"
#---------------------------
# ce device global option
#---------------------------