From: Jagan Teki <jteki@openedev.com>
Date: Sat, 27 Jun 2015 17:09:36 +0000 (+0530)
Subject: sf: Add Kconfig menu entry
X-Git-Tag: v2025.01-rc5-pxa1908~12637^2~23
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/html/index.html?a=commitdiff_plain;h=810fd696728794f3d5da8b76b61c104038c7121a;p=u-boot.git

sf: Add Kconfig menu entry

Added Kconfig menu ... endmenu enties for spi flash suppor

Signed-off-by: Jagan Teki <jteki@openedev.com>
---

diff --git a/drivers/mtd/spi/Kconfig b/drivers/mtd/spi/Kconfig
index 40a7981bd5..aa3468bf4e 100644
--- a/drivers/mtd/spi/Kconfig
+++ b/drivers/mtd/spi/Kconfig
@@ -1,3 +1,5 @@
+menu "SPI Flash Support"
+
 config SPI_FLASH
 	bool "Enable SPI Flash support"
 	help
@@ -31,3 +33,5 @@ config SPI_FLASH_SANDBOX
 	  bus (see CONFIG_SANDBOX_SPI) and SPI traffic will be routed to this
 	  device. Typically the contents of the emulated SPI flash device is
 	  stored in a file on the host filesystem.
+
+endmenu # menu "SPI Flash Support"