linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH] mtd: Hide CONFIG_MTD_BLKDEVS from the menu
@ 2013-12-13 13:58 Ezequiel Garcia
  2013-12-20  0:47 ` Ezequiel Garcia
  2014-01-05  8:46 ` Brian Norris
  0 siblings, 2 replies; 8+ messages in thread
From: Ezequiel Garcia @ 2013-12-13 13:58 UTC (permalink / raw)
  To: linux-mtd
  Cc: Brian Norris, David Woodhouse, Ezequiel Garcia, Artem Bityutskiy

Make this option a hidden one and get a cleaner configuration.
This option just selects a common infrastructure for MTD-based devices
to expose a block interface. There is no point in allowing a separate
enable/disable.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
 drivers/mtd/Kconfig | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 5fab4e6e..2a0ca2a 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -158,9 +158,7 @@ config MTD_BCM47XX_PARTS
 comment "User Modules And Translation Layers"
 
 config MTD_BLKDEVS
-	tristate "Common interface to block layer for MTD 'translation layers'"
-	depends on BLOCK
-	default n
+	bool
 
 config MTD_BLOCK
 	tristate "Caching block device access to MTD devices"
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-05 22:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-13 13:58 [RFC/PATCH] mtd: Hide CONFIG_MTD_BLKDEVS from the menu Ezequiel Garcia
2013-12-20  0:47 ` Ezequiel Garcia
2013-12-20  2:05   ` Brian Norris
2013-12-20 18:17     ` Ezequiel Garcia
2014-01-03 19:48       ` Brian Norris
2014-01-05  8:46 ` Brian Norris
2014-01-05 17:37   ` Ezequiel Garcia
2014-01-05 22:06     ` Brian Norris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).