From d9b59f12de0bd189fa3d4b0d295e11c0b0a3ef49 Mon Sep 17 00:00:00 2001 From: Kamil Krzyzanowski Date: Fri, 31 Jan 2025 15:22:25 +0100 Subject: [PATCH] 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 --- drivers/flash/Kconfig.nor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/flash/Kconfig.nor b/drivers/flash/Kconfig.nor index 55ea0f714ea..ecf7a4e176a 100644 --- a/drivers/flash/Kconfig.nor +++ b/drivers/flash/Kconfig.nor @@ -71,10 +71,10 @@ config SPI_NOR_SLEEP_WHILE_WAITING_UNTIL_READY config SPI_NOR_SLEEP_ERASE_MS int "Delay between polls while waiting for an erase operation in ms" default 50 + depends on SPI_NOR_SLEEP_WHILE_WAITING_UNTIL_READY help The delay between polling while waiting for the flash to finish an erase operation. - depends on SPI_NOR_SLEEP_WHILE_WAITING_UNTIL_READY config SPI_NOR_FLASH_LAYOUT_PAGE_SIZE