summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2015-06-27 22:39:36 +0530
committerJagan Teki <jteki@openedev.com>2015-07-01 21:15:04 +0530
commit810fd696728794f3d5da8b76b61c104038c7121a (patch)
tree379192e9a2b526d18f9fb02d436f9ad11def9896 /drivers/mtd
parenta128197b815cbef81549434c3591108618ecc7ba (diff)
downloadtalos-obmc-uboot-810fd696728794f3d5da8b76b61c104038c7121a.tar.gz
talos-obmc-uboot-810fd696728794f3d5da8b76b61c104038c7121a.zip
sf: Add Kconfig menu entry
Added Kconfig menu ... endmenu enties for spi flash suppor Signed-off-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/spi/Kconfig4
1 files changed, 4 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud