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)
commit989fd97fe56676dd636803c467834c36a86d06a5
treee830f60f299bbfa1efb7ca4d8d254a81bf5ae5f2
parent17fd9915a4c639381804ed28274fa136ae3b0bee
mtd: spi: Kconfig: Update CONFIG_SPI_FLASH

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