Files
luban-lite-t3e-pro/bsp/peripheral/spinor_sfud/Kconfig

15 lines
469 B
Plaintext
Raw Normal View History

2023-08-30 16:21:18 +08:00
# 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