mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-26 14:08:53 +00:00
v1.1.2:add audio and efuse patch
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user