mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 11:28:54 +00:00
V1.0.5
This commit is contained in:
@@ -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
|
||||
#---------------------------
|
||||
|
||||
Binary file not shown.
@@ -367,6 +367,10 @@ struct aic_pinmux aic_pinmux_config[] = {
|
||||
{4, PIN_PULL_DIS, 3, "PE.18"},
|
||||
{4, PIN_PULL_DIS, 3, "PE.19"},
|
||||
#endif
|
||||
#ifdef AIC_WIRELESS_LAN
|
||||
{1, PIN_PULL_DIS, 3, "PD.1"}, // PWR
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
void aic_board_pinmux_init(void)
|
||||
|
||||
Reference in New Issue
Block a user