mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-15 16:48:56 +00:00
26 lines
787 B
Plaintext
26 lines
787 B
Plaintext
|
|
# Kconfig file for package ramdisk
|
|
menuconfig LPKG_USING_SFUD
|
|
bool "SPINOR Driver SFUD: Serial Flash Universal Driver"
|
|
default n
|
|
help
|
|
An using JEDEC's SFDP standard serial (SPI) flash universal driver library
|
|
|
|
if LPKG_USING_SFUD
|
|
config SFUD_USING_SECURITY_REGISTER
|
|
bool "SFUD: Using Security Registers"
|
|
default n
|
|
help
|
|
Support read/write/erase security registers for spinor
|
|
config AIC_DISABLE_SFUD_WP_DEBUG
|
|
bool "SFUD: Disable write protect debug"
|
|
default n
|
|
endif
|
|
|
|
# only for bootloader, rtos use RT_SFUD_USING_FLASH_INFO_TABLE
|
|
if LPKG_USING_SFUD && AIC_BOOTLOADER
|
|
config BOOTLOADER_SFUD_USING_FLASH_INFO_TABLE
|
|
bool "Using defined supported flash chip information table"
|
|
default y
|
|
endif
|