Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0058f479e52d0c0718c843cb34223bc1bfce36e1
Commit:     0058f479e52d0c0718c843cb34223bc1bfce36e1
Parent:     394d3af7ba9e67d630c1c6d2ac1d9c11b318b73e
Author:     Randy Dunlap <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 16 01:29:35 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Tue Oct 16 09:43:20 2007 -0700

    video gfx: fix menu ordering
    
    Move video graphics driver configs to fix menus:
    
    Fix FB_PMAGB_B to depend on FB so that the FB menus remain
      listed in order and indented correctly.
    Fix FB_IBM_GXT4500 to depend on FB so that the FB menus remain
      listed in order and indented correctly.
    The OMAP FB drivers still muck up the FB menu a bit, so I put
      OMAP drivers at the end of the FB menu.
    
    Signed-off-by: Randy Dunlap <[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 |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 2cf6147..25c3903 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1820,7 +1820,7 @@ config FB_PNX4008_DUM_RGB
 
 config FB_IBM_GXT4500
        tristate "Framebuffer support for IBM GXT4500P adaptor"
-       depends on PPC
+       depends on FB && PPC
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT
@@ -1860,10 +1860,6 @@ config FB_XILINX
          framebuffer. ML300 carries a 640*480 LCD display on the board,
          ML403 uses a standard DB15 VGA connector.
 
-if ARCH_OMAP
-       source "drivers/video/omap/Kconfig"
-endif
-
 config FB_VIRTUAL
        tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
        depends on FB
@@ -1887,6 +1883,10 @@ config FB_VIRTUAL
 
          If unsure, say N.
 
+if ARCH_OMAP
+       source "drivers/video/omap/Kconfig"
+endif
+
 if VT
        source "drivers/video/console/Kconfig"
 endif
-
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