"default y" of FB_SH_MOBILE_MERAM was overkill option. "depends on FB_SH_MOBILE_LCDC" is very enough here. This patch remove it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> --- drivers/video/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 549b960..dfec9b7 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1994,7 +1994,6 @@ config FB_SH_MOBILE_HDMI config FB_SH_MOBILE_MERAM tristate "SuperH Mobile MERAM read ahead support for LCDC" depends on FB_SH_MOBILE_LCDC - default y ---help--- Enable MERAM support for the SH-Mobile LCD controller. -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html