mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 10:28:54 +00:00
15 lines
469 B
Plaintext
15 lines
469 B
Plaintext
|
|
# Kconfig file for package ramdisk
|
|
config 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
|
|
|
|
# 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
|