From: Ezequiel Garcia Date: Fri, 13 Dec 2013 13:58:44 +0000 (-0300) Subject: mtd: Hide CONFIG_MTD_BLKDEVS from the menu X-Git-Tag: upstream/snapshot3+hdmi~3543^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f11b4d411d0e1ac9217d8a0546f60e057540772;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git mtd: Hide CONFIG_MTD_BLKDEVS from the menu 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 [Brian: keep symbol as tristate] Signed-off-by: Brian Norris --- diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 5fab4e6e..5ebcda3 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -157,10 +157,11 @@ config MTD_BCM47XX_PARTS comment "User Modules And Translation Layers" +# +# MTD block device support is select'ed if needed +# config MTD_BLKDEVS - tristate "Common interface to block layer for MTD 'translation layers'" - depends on BLOCK - default n + tristate config MTD_BLOCK tristate "Caching block device access to MTD devices"