summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2015-06-29 00:59:36 +0530
committerJagan Teki <jteki@openedev.com>2015-07-01 21:15:04 +0530
commit2ce7e2b6fc929fb204a49d7d1391b3d147c138f9 (patch)
tree25cddb3c6fefbfea2c6147e0f6494f3eee0cc032 /drivers/mtd
parentf39eb75b228f48c8ab569b4d41342a8b7331c075 (diff)
downloadtalos-obmc-uboot-2ce7e2b6fc929fb204a49d7d1391b3d147c138f9.tar.gz
talos-obmc-uboot-2ce7e2b6fc929fb204a49d7d1391b3d147c138f9.zip
sf: Kconfig: Update SPI_FLASH entry
Updated SPI_FLASH entry on Kconfig with depends on and along with config help description. Signed-off-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/spi/Kconfig18
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index aa3468bf4e..a8789a5a35 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,13 @@ 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"
+ 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"
OpenPOWER on IntegriCloud