projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cbe9cf
)
drivers/video/Kconfig: Fix FB_PMAGB_B dependencies
author
Maciej W. Rozycki
<
[email protected]
>
Tue, 16 Oct 2007 08:29:28 +0000
(
01:29
-0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 16 Oct 2007 16:43:19 +0000
(09:43 -0700)
Add a missing FB dependency to FB_PMAGB_B.
Signed-off-by: Maciej W. Rozycki <
[email protected]
>
Cc: "Antonino A. Daplas" <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index 5c1ef09380063c9487881b9feaaa25095211fa04..2cf6147aefc28ecc175c63eb4fc444808378b8f0 100644
(file)
--- a/
drivers/video/Kconfig
+++ b/
drivers/video/Kconfig
@@
-1652,7
+1652,7
@@
config FB_PMAG_BA
config FB_PMAGB_B
tristate "PMAGB-B TURBOchannel framebuffer support"
- depends on TC
+ depends on
FB &&
TC
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT