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