diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 78e2fc7a4840..6c793bc683d9 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -27,12 +27,6 @@ config VGASTATE | |||
27 | tristate | 27 | tristate |
28 | default n | 28 | default n |
29 | 29 | ||
30 | config VIDEO_OUTPUT_CONTROL | ||
31 | tristate "Lowlevel video output switch controls" | ||
32 | help | ||
33 | This framework adds support for low-level control of the video | ||
34 | output switch. | ||
35 | |||
36 | config VIDEOMODE_HELPERS | 30 | config VIDEOMODE_HELPERS |
37 | bool | 31 | bool |
38 | 32 | ||
@@ -364,7 +358,7 @@ config FB_SA1100 | |||
364 | 358 | ||
365 | config FB_IMX | 359 | config FB_IMX |
366 | tristate "Freescale i.MX1/21/25/27 LCD support" | 360 | tristate "Freescale i.MX1/21/25/27 LCD support" |
367 | depends on FB && IMX_HAVE_PLATFORM_IMX_FB | 361 | depends on FB && ARCH_MXC |
368 | select FB_CFB_FILLRECT | 362 | select FB_CFB_FILLRECT |
369 | select FB_CFB_COPYAREA | 363 | select FB_CFB_COPYAREA |
370 | select FB_CFB_IMAGEBLIT | 364 | select FB_CFB_IMAGEBLIT |
@@ -802,18 +796,9 @@ config FB_HGA | |||
802 | As this card technology is at least 25 years old, | 796 | As this card technology is at least 25 years old, |
803 | most people will answer N here. | 797 | most people will answer N here. |
804 | 798 | ||
805 | config FB_SGIVW | ||
806 | tristate "SGI Visual Workstation framebuffer support" | ||
807 | depends on FB && X86_VISWS | ||
808 | select FB_CFB_FILLRECT | ||
809 | select FB_CFB_COPYAREA | ||
810 | select FB_CFB_IMAGEBLIT | ||
811 | help | ||
812 | SGI Visual Workstation support for framebuffer graphics. | ||
813 | |||
814 | config FB_GBE | 799 | config FB_GBE |
815 | bool "SGI Graphics Backend frame buffer support" | 800 | bool "SGI Graphics Backend frame buffer support" |
816 | depends on (FB = y) && (SGI_IP32 || X86_VISWS) | 801 | depends on (FB = y) && SGI_IP32 |
817 | select FB_CFB_FILLRECT | 802 | select FB_CFB_FILLRECT |
818 | select FB_CFB_COPYAREA | 803 | select FB_CFB_COPYAREA |
819 | select FB_CFB_IMAGEBLIT | 804 | select FB_CFB_IMAGEBLIT |