Files
luban-lite-t3e-pro/bsp/artinchip/drv/efuse/Kconfig.dev

18 lines
405 B
Plaintext
Raw Normal View History

2023-11-09 20:19:51 +08:00
#-----------------------------
# eFuse/SID devices local parameter
#-----------------------------
menu "SID Parameter"
depends on AIC_USING_SID
config EFUSE_MAX_WORD
int "set efuse max word"
default 64
2024-01-27 08:47:24 +08:00
config EFUSE_TIMING_VALUE
hex "set timing value"
default 0x0402FFD8 if AIC_CHIP_D21X
2024-04-03 16:40:57 +08:00
default 0x0402FFD8 if AIC_CHIP_D13X || AIC_CHIP_G73X
2024-01-27 08:47:24 +08:00
default 0x04021FF1 if AIC_CHIP_D12X
2023-11-09 20:19:51 +08:00
endmenu