mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
18 lines
405 B
Plaintext
18 lines
405 B
Plaintext
#-----------------------------
|
|
# eFuse/SID devices local parameter
|
|
#-----------------------------
|
|
menu "SID Parameter"
|
|
depends on AIC_USING_SID
|
|
|
|
config EFUSE_MAX_WORD
|
|
int "set efuse max word"
|
|
default 64
|
|
|
|
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
|
|
endmenu
|
|
|