projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a128197
)
sf: Add Kconfig menu entry
author
Jagan Teki
<jteki@openedev.com>
Sat, 27 Jun 2015 17:09:36 +0000
(22:39 +0530)
committer
Jagan Teki
<jteki@openedev.com>
Wed, 1 Jul 2015 15:45:04 +0000
(21:15 +0530)
Added Kconfig menu ... endmenu enties for spi flash suppor
Signed-off-by: Jagan Teki <jteki@openedev.com>
drivers/mtd/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/Kconfig
b/drivers/mtd/spi/Kconfig
index 40a7981bd53c31fed5edbbbc224929968b62b778..aa3468bf4ede81ff64d72605edae91155f685157 100644
(file)
--- 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"