diff mbox

[U-Boot,05/20] sf: Kconfig: Update SPI_FLASH entry

Message ID 1435428843-29750-6-git-send-email-jteki@openedev.com
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Jagan Teki June 27, 2015, 6:13 p.m. UTC
Updated SPI_FLASH entry on Kconfig with depends on and
along with config help description.

Signed-off-by: Jagan Teki <jteki@openedev.com>
---
 drivers/mtd/spi/Kconfig | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)
diff mbox

Patch

diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index aa3468b..9536aac 100644
--- a/drivers/mtd/spi/Kconfig
+++ b/drivers/mtd/spi/Kconfig
@@ -1,14 +1,5 @@ 
 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
@@ -34,4 +25,14 @@  config SPI_FLASH_SANDBOX
 	  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"
+	depends on CMD_SF
+	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"