Skip to content

Commit

Permalink
video gfx: fix menu ordering
Browse files Browse the repository at this point in the history
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 <randy.dunlap@oracle.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
rddunlap authored and Linus Torvalds committed Oct 16, 2007
1 parent 394d3af commit 0058f47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0058f47

Please sign in to comment.