[PATCH v3 10/11] mtd: spi-nor: allow to be built as module
Brian Norris
computersforpeace at gmail.com
Fri Apr 11 12:00:05 PDT 2014
There's no reason this can't be a module. Also, give SPI-NOR its own
submenu.
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
Reviewed-by: Marek Vasut <marex at denx.de>
---
v3: no change
v2: new patch
drivers/mtd/spi-nor/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
index d682fb440e06..f8acfa4310ef 100644
--- 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"
+menuconfig 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
--
1.8.3.2
More information about the linux-mtd
mailing list