mtd: spi: Kconfig: Update CONFIG_SPI_FLASH
authorJagan Teki <jagan@amarulasolutions.com>
Sat, 9 Feb 2019 12:15:42 +0000 (17:45 +0530)
committerJagan Teki <jagan@amarulasolutions.com>
Thu, 24 Oct 2019 19:12:57 +0000 (00:42 +0530)
1) CONFIG_SPI_FLASH is not just a legacy code, but it has common
   core code which handle both dm and non-dm spi flash code. So
   fix the info text to make it clear globally.

2) Since it's flash core it shouldn't depends on legacy SPI,
   so remove the 'depends on SPI'

Cc: Vignesh R <vigneshr@ti.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/mtd/spi/Kconfig

index d3b007a731dac0134beb13cecefe51657cca4d82..a0cfc623c6fcf849ffe951cbf44da363adb11fc4 100644 (file)
@@ -26,11 +26,10 @@ config SPI_FLASH_SANDBOX
          stored in a file on the host filesystem.
 
 config SPI_FLASH
-       bool "Legacy SPI Flash Interface support"
-       depends on SPI
+       bool "SPI Flash Core Interface support"
        select SPI_MEM
        help
-         Enable the legacy SPI flash support. This will include basic
+         Enable the SPI flash Core support. This will include basic
          standard support for things like probing, read / write, and
          erasing through cmd_sf interface.