Merge branch 'bugfix/spiflash_kconfig_v3.3' into 'release/v3.3'

spi_flash: Fix Kconfig indentation (v3.3)

See merge request idf/esp-idf!5232
This commit is contained in:
Angus Gratton
2019-06-14 16:44:31 +08:00

View File

@@ -69,12 +69,12 @@ menu "SPI Flash driver"
ROM functions. These functions should not be called directly from IDF ROM functions. These functions should not be called directly from IDF
applications. applications.
config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ABORTS
bool "Aborts" bool "Aborts"
config SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS config SPI_FLASH_WRITING_DANGEROUS_REGIONS_FAILS
bool "Fails" bool "Fails"
config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED config SPI_FLASH_WRITING_DANGEROUS_REGIONS_ALLOWED
bool "Allowed" bool "Allowed"
endchoice endchoice
config SPI_FLASH_YIELD_DURING_ERASE config SPI_FLASH_YIELD_DURING_ERASE
@@ -100,5 +100,3 @@ menu "SPI Flash driver"
Defines how many ticks will be before returning to continue a erasing. Defines how many ticks will be before returning to continue a erasing.
endmenu endmenu