mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-16 02:43:47 +08:00
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
menu "SPI Flash"
|
|
|
|
menu "Patch"
|
|
config ENABLE_SPI_FLASH_PATCH
|
|
bool "Enable SPI Flash Patch"
|
|
default n
|
|
|
|
config ENABLE_TH25Q16HB_PATCH_0
|
|
bool "Enable TH25Q16HB Patch 0"
|
|
depends on ENABLE_SPI_FLASH_PATCH
|
|
default n
|
|
help
|
|
WARNING: If you don't use TH25Q16HB, you must not enable this option.
|
|
Although you use TH25Q16HB, you should ask your flash manufacturer
|
|
if your flash need use this patch.
|
|
|
|
config ENABLE_FM25Q16A_PATCH_0
|
|
bool "Enable FM25Q16A Patch 0"
|
|
depends on ENABLE_SPI_FLASH_PATCH
|
|
default n
|
|
help
|
|
WARNING: If you don't use FM25Q16A, you must not enable this option.
|
|
Although you use FM25Q16A, you should ask your flash manufacturer
|
|
if your flash need use this patch.
|
|
|
|
config ENABLE_SPI_FLASH_PATCH_DEBUG
|
|
bool "Enable SPI flash patch debug"
|
|
depends on ENABLE_SPI_FLASH_PATCH
|
|
default n
|
|
endmenu
|
|
endmenu
|