File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
bsp/gd32/arm/gd32470z-lckfb/board Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -258,14 +258,15 @@ menu "On-chip Peripheral Drivers"
258258 menuconfig BSP_USING_SPI_FLASH
259259 bool "Enable SPI Flash auto initialization"
260260 depends on RT_USING_SPI
261- select RT_USING_SFUD
262261 default n
263262 help
264263 Enable automatic SPI Flash initialization on selected SPI buses.
265264 Note: Only enable this for SPI buses that are actually connected to SPI Flash.
266265 If a SPI bus is used for other devices (e.g., OLED, WIFI), do not enable flash initialization for it.
266+ Note: This feature can work with or without SFUD. If you want to use SFUD, enable it in SPI driver menu.
267267
268268 if BSP_USING_SPI_FLASH
269+
269270 config BSP_USING_SPI0_FLASH
270271 bool "Enable SPI Flash on SPI0"
271272 depends on BSP_USING_SPI0
You can’t perform that action at this time.
0 commit comments