menu "SPI Flash Support"
 
-config SPI_FLASH
-       bool "Enable SPI Flash support"
-       help
-         Enable the legacy SPI flash support. This will include basic
-         standard support for things like probing, read / write, and
-         erasing through the MTD layer.
-
-         If unsure, say N
-
 config DM_SPI_FLASH
        bool "Enable Driver Model for SPI flash"
        depends on DM && DM_SPI
          device. Typically the contents of the emulated SPI flash device is
          stored in a file on the host filesystem.
 
+config SPI_FLASH
+       bool "Legacy SPI Flash Interface support"
+       help
+         Enable the legacy SPI flash support. This will include basic
+         standard support for things like probing, read / write, and
+         erasing through cmd_sf interface.
+
+         If unsure, say N
+
 endmenu # menu "SPI Flash Support"