projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a14d03
)
video: enable sh_mobile_lcdc on SH-Mobile ARM
author
Magnus Damm
<damm@opensource.se>
Wed, 10 Mar 2010 11:33:10 +0000
(11:33 +0000)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 15 Mar 2010 03:14:16 +0000
(12:14 +0900)
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>
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index
dabe804
..
4be9b48
100644
(file)
--- a/
drivers/video/Kconfig
+++ b/
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