Browse Source

drivers: flash: spi_nor: swap `depends on` and `help` in Kconfig.nor

Change order of `depends on` and `help`, so `help` comes last.

Signed-off-by: Kamil Krzyzanowski <kamnxt@kamnxt.com>
pull/85526/head
Kamil Krzyzanowski 5 months ago committed by Fabio Baltieri
parent
commit
d9b59f12de
  1. 2
      drivers/flash/Kconfig.nor

2
drivers/flash/Kconfig.nor

@ -71,10 +71,10 @@ config SPI_NOR_SLEEP_WHILE_WAITING_UNTIL_READY
config SPI_NOR_SLEEP_ERASE_MS config SPI_NOR_SLEEP_ERASE_MS
int "Delay between polls while waiting for an erase operation in ms" int "Delay between polls while waiting for an erase operation in ms"
default 50 default 50
depends on SPI_NOR_SLEEP_WHILE_WAITING_UNTIL_READY
help help
The delay between polling while waiting for the flash to finish The delay between polling while waiting for the flash to finish
an erase operation. an erase operation.
depends on SPI_NOR_SLEEP_WHILE_WAITING_UNTIL_READY
config SPI_NOR_FLASH_LAYOUT_PAGE_SIZE config SPI_NOR_FLASH_LAYOUT_PAGE_SIZE

Loading…
Cancel
Save