Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=28ea28a6be33dd7ce00f0d599bd245e5ce37ca1c
Commit:     28ea28a6be33dd7ce00f0d599bd245e5ce37ca1c
Parent:     3cbe9cff92a52a2c2dd4767292b97884b67afe36
Author:     Maciej W. Rozycki <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 16 01:29:28 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 09:43:19 2007 -0700

    drivers/video/Kconfig: Fix FB_PMAGB_B dependencies
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 5c1ef09..2cf6147 100644
--- 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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to