projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c8e1b3
)
mtd: spi-nor: allow to be built as module
author
Brian Norris
<computersforpeace@gmail.com>
Thu, 10 Apr 2014 18:05:34 +0000
(11:05 -0700)
committer
Brian Norris
<computersforpeace@gmail.com>
Mon, 14 Apr 2014 18:23:02 +0000
(11:23 -0700)
There's no reason this can't be a module. Also, give SPI-NOR its own
submenu.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/mtd/spi-nor/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi-nor/Kconfig
b/drivers/mtd/spi-nor/Kconfig
index d682fb440e06fc9ee920c85a212fcc17ad748650..f8acfa4310eface5e3ae5f28e2b7b3602f931a9b 100644
(file)
--- a/
drivers/mtd/spi-nor/Kconfig
+++ b/
drivers/mtd/spi-nor/Kconfig
@@
-1,5
+1,5
@@
-config MTD_SPI_NOR
-
bool
"SPI-NOR device support"
+
menu
config MTD_SPI_NOR
+
tristate
"SPI-NOR device support"
depends on MTD
help
This is the framework for the SPI NOR which can be used by the SPI