diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-10-16 04:29:35 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 12:43:20 -0400 |
commit | 0058f479e52d0c0718c843cb34223bc1bfce36e1 (patch) | |
tree | 6066253eb02a2f43cf3d33cb1c812bfa339dab83 /drivers/video | |
parent | 394d3af7ba9e67d630c1c6d2ac1d9c11b318b73e (diff) |
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 <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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2cf6147aefc2..25c3903f598f 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1820,7 +1820,7 @@ config FB_PNX4008_DUM_RGB | |||
1820 | 1820 | ||
1821 | config FB_IBM_GXT4500 | 1821 | config FB_IBM_GXT4500 |
1822 | tristate "Framebuffer support for IBM GXT4500P adaptor" | 1822 | tristate "Framebuffer support for IBM GXT4500P adaptor" |
1823 | depends on PPC | 1823 | depends on FB && PPC |
1824 | select FB_CFB_FILLRECT | 1824 | select FB_CFB_FILLRECT |
1825 | select FB_CFB_COPYAREA | 1825 | select FB_CFB_COPYAREA |
1826 | select FB_CFB_IMAGEBLIT | 1826 | select FB_CFB_IMAGEBLIT |
@@ -1860,10 +1860,6 @@ config FB_XILINX | |||
1860 | framebuffer. ML300 carries a 640*480 LCD display on the board, | 1860 | framebuffer. ML300 carries a 640*480 LCD display on the board, |
1861 | ML403 uses a standard DB15 VGA connector. | 1861 | ML403 uses a standard DB15 VGA connector. |
1862 | 1862 | ||
1863 | if ARCH_OMAP | ||
1864 | source "drivers/video/omap/Kconfig" | ||
1865 | endif | ||
1866 | |||
1867 | config FB_VIRTUAL | 1863 | config FB_VIRTUAL |
1868 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" | 1864 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" |
1869 | depends on FB | 1865 | depends on FB |
@@ -1887,6 +1883,10 @@ config FB_VIRTUAL | |||
1887 | 1883 | ||
1888 | If unsure, say N. | 1884 | If unsure, say N. |
1889 | 1885 | ||
1886 | if ARCH_OMAP | ||
1887 | source "drivers/video/omap/Kconfig" | ||
1888 | endif | ||
1889 | |||
1890 | if VT | 1890 | if VT |
1891 | source "drivers/video/console/Kconfig" | 1891 | source "drivers/video/console/Kconfig" |
1892 | endif | 1892 | endif |