diff mbox

[U-Boot,3/9] sf: Kconfig: Add SF_DUAL_FLASH config entry

Message ID 1465206294-38490-3-git-send-email-sivadur@xilinx.com
State Superseded
Delegated to: Michal Simek
Headers show

Commit Message

Siva Durga Prasad Paladugu June 6, 2016, 9:44 a.m. UTC
Add SF_DUAL_FLASH config entry with help description
This is needed to support dual parallel and stacked
modes.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
---
 drivers/mtd/spi/Kconfig |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index 3f7433c..61cd607 100644
--- a/drivers/mtd/spi/Kconfig
+++ b/drivers/mtd/spi/Kconfig
@@ -128,4 +128,12 @@  config SPI_FLASH_MTD
 
 	  If unsure, say N
 
+config SF_DUAL_FLASH
+	bool "SPI Flash Dual support"
+	depends on SPI_FLASH
+	help
+	  Enables the dual modes support for spi flash layer, this is required
+	  to handle dual parallel and stacked modes during sf read, write and
+	  erase ops.
+
 endmenu # menu "SPI Flash Support"