Explorar o código

video: enable sh_mobile_lcdc on SH-Mobile ARM

This patch enables the sh_mobile_lcdc driver on
SH-Mobile ARM.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Magnus Damm %!s(int64=15) %!d(string=hai) anos
pai
achega
7278a22143
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/video/Kconfig

+ 1 - 1
drivers/video/Kconfig

@@ -1881,7 +1881,7 @@ config FB_W100
 
 config FB_SH_MOBILE_LCDC
 	tristate "SuperH Mobile LCDC framebuffer support"
-	depends on FB && SUPERH && HAVE_CLK
+	depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
 	select FB_SYS_FILLRECT
 	select FB_SYS_COPYAREA
 	select FB_SYS_IMAGEBLIT