v1.1.2:add audio and efuse patch

This commit is contained in:
刘可亮
2025-03-14 16:31:58 +08:00
parent fe0b990053
commit 049676e8a8
27 changed files with 380 additions and 119 deletions

View File

@@ -4,14 +4,20 @@
menu "SID Parameter"
depends on AIC_USING_SID
config EFUSE_WRITE_SUPPORT
bool "support efuse write"
default n
config EFUSE_MAX_WORD
int "set efuse max word"
default 64
default 16 if AIC_CHIP_D12X
default 64 if AIC_CHIP_D21X || AIC_CHIP_D13X || AIC_CHIP_G73X
config EFUSE_TIMING_VALUE
hex "set timing value"
default 0x0402FFD8 if AIC_CHIP_D21X
default 0x0402FFD8 if AIC_CHIP_D13X || AIC_CHIP_G73X
default 0x04021FF1 if AIC_CHIP_D12X
default 0x04021FF1 if AIC_CHIP_AIC1606SE
endmenu