linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] fbdev: remove dependency of FB_SH_MOBILE_MERAM from FB_SH_MOBILE_LCDC
@ 2012-03-06  0:29 Kuninori Morimoto
  2012-03-06  1:14 ` Kuninori Morimoto
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2012-03-06  0:29 UTC (permalink / raw)
  To: linux-fbdev

MERAM can be used for other IP blocks as well in the future.
It doesn't necessarily mean that the MERAM driver depends on the LCDC.
This patch corrects dependency.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
This patch is v2 of [PATCH] fbdev: remove "default y" from FB_SH_MOBILE_MERAM

v1 -> v2
- corrects dependency
- modify transfate and help too

 drivers/video/Kconfig |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 6ca0c40..11594ea 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2002,11 +2002,10 @@ config FB_SH_MOBILE_HDMI
 	  Driver for the on-chip SH-Mobile HDMI controller.
 
 config FB_SH_MOBILE_MERAM
-	tristate "SuperH Mobile MERAM read ahead support for LCDC"
-	depends on FB_SH_MOBILE_LCDC
-	default y
+	tristate "SuperH Mobile MERAM read ahead support"
+	depends on (SUPERH || ARCH_SHMOBILE)
 	---help---
-	  Enable MERAM support for the SH-Mobile LCD controller.
+	  Enable MERAM support for the SuperH controller.
 
 	  This will allow for caching of the framebuffer to provide more
 	  reliable access under heavy main memory bus traffic situations.
-- 
1.7.5.4


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

* Re: [PATCH v2] fbdev: remove dependency of FB_SH_MOBILE_MERAM from FB_SH_MOBILE_LCDC
  2012-03-06  0:29 [PATCH v2] fbdev: remove dependency of FB_SH_MOBILE_MERAM from FB_SH_MOBILE_LCDC Kuninori Morimoto
@ 2012-03-06  1:14 ` Kuninori Morimoto
  0 siblings, 0 replies; 2+ messages in thread
From: Kuninori Morimoto @ 2012-03-06  1:14 UTC (permalink / raw)
  To: linux-fbdev


Hi

I'm so sorry.
This patch breaks menuconfig.
Please give me v3 chance

> MERAM can be used for other IP blocks as well in the future.
> It doesn't necessarily mean that the MERAM driver depends on the LCDC.
> This patch corrects dependency.
> 
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> This patch is v2 of [PATCH] fbdev: remove "default y" from FB_SH_MOBILE_MERAM
> 
> v1 -> v2
> - corrects dependency
> - modify transfate and help too
> 
>  drivers/video/Kconfig |    7 +++----
>  1 files changed, 3 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
> index 6ca0c40..11594ea 100644
> --- a/drivers/video/Kconfig
> +++ b/drivers/video/Kconfig
> @@ -2002,11 +2002,10 @@ config FB_SH_MOBILE_HDMI
>  	  Driver for the on-chip SH-Mobile HDMI controller.
>  
>  config FB_SH_MOBILE_MERAM
> -	tristate "SuperH Mobile MERAM read ahead support for LCDC"
> -	depends on FB_SH_MOBILE_LCDC
> -	default y
> +	tristate "SuperH Mobile MERAM read ahead support"
> +	depends on (SUPERH || ARCH_SHMOBILE)
>  	---help---
> -	  Enable MERAM support for the SH-Mobile LCD controller.
> +	  Enable MERAM support for the SuperH controller.
>  
>  	  This will allow for caching of the framebuffer to provide more
>  	  reliable access under heavy main memory bus traffic situations.
> -- 
> 1.7.5.4
> 


Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2012-03-06  1:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06  0:29 [PATCH v2] fbdev: remove dependency of FB_SH_MOBILE_MERAM from FB_SH_MOBILE_LCDC Kuninori Morimoto
2012-03-06  1:14 ` Kuninori Morimoto

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).