diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index eca60c73ef1f..a8a897ac5446 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1123,6 +1123,18 @@ config FB_RIVA_BACKLIGHT | |||
1123 | help | 1123 | help |
1124 | Say Y here if you want to control the backlight of your display. | 1124 | Say Y here if you want to control the backlight of your display. |
1125 | 1125 | ||
1126 | config FB_I740 | ||
1127 | tristate "Intel740 support (EXPERIMENTAL)" | ||
1128 | depends on EXPERIMENTAL && FB && PCI | ||
1129 | select FB_MODE_HELPERS | ||
1130 | select FB_CFB_FILLRECT | ||
1131 | select FB_CFB_COPYAREA | ||
1132 | select FB_CFB_IMAGEBLIT | ||
1133 | select VGASTATE | ||
1134 | select FB_DDC | ||
1135 | help | ||
1136 | This driver supports graphics cards based on Intel740 chip. | ||
1137 | |||
1126 | config FB_I810 | 1138 | config FB_I810 |
1127 | tristate "Intel 810/815 support (EXPERIMENTAL)" | 1139 | tristate "Intel 810/815 support (EXPERIMENTAL)" |
1128 | depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL | 1140 | depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL |
@@ -2001,18 +2013,6 @@ config FB_SH_MOBILE_HDMI | |||
2001 | ---help--- | 2013 | ---help--- |
2002 | Driver for the on-chip SH-Mobile HDMI controller. | 2014 | Driver for the on-chip SH-Mobile HDMI controller. |
2003 | 2015 | ||
2004 | config FB_SH_MOBILE_MERAM | ||
2005 | tristate "SuperH Mobile MERAM read ahead support for LCDC" | ||
2006 | depends on FB_SH_MOBILE_LCDC | ||
2007 | default y | ||
2008 | ---help--- | ||
2009 | Enable MERAM support for the SH-Mobile LCD controller. | ||
2010 | |||
2011 | This will allow for caching of the framebuffer to provide more | ||
2012 | reliable access under heavy main memory bus traffic situations. | ||
2013 | Up to 4 memory channels can be configured, allowing 4 RGB or | ||
2014 | 2 YCbCr framebuffers to be configured. | ||
2015 | |||
2016 | config FB_TMIO | 2016 | config FB_TMIO |
2017 | tristate "Toshiba Mobile IO FrameBuffer support" | 2017 | tristate "Toshiba Mobile IO FrameBuffer support" |
2018 | depends on FB && MFD_CORE | 2018 | depends on FB && MFD_CORE |
@@ -2233,6 +2233,7 @@ config FB_DA8XX | |||
2233 | select FB_CFB_FILLRECT | 2233 | select FB_CFB_FILLRECT |
2234 | select FB_CFB_COPYAREA | 2234 | select FB_CFB_COPYAREA |
2235 | select FB_CFB_IMAGEBLIT | 2235 | select FB_CFB_IMAGEBLIT |
2236 | select FB_CFB_REV_PIXELS_IN_BYTE | ||
2236 | ---help--- | 2237 | ---help--- |
2237 | This is the frame buffer device driver for the TI LCD controller | 2238 | This is the frame buffer device driver for the TI LCD controller |
2238 | found on DA8xx/OMAP-L1xx SoCs. | 2239 | found on DA8xx/OMAP-L1xx SoCs. |
@@ -2412,7 +2413,7 @@ config FB_PUV3_UNIGFX | |||
2412 | 2413 | ||
2413 | source "drivers/video/omap/Kconfig" | 2414 | source "drivers/video/omap/Kconfig" |
2414 | source "drivers/video/omap2/Kconfig" | 2415 | source "drivers/video/omap2/Kconfig" |
2415 | 2416 | source "drivers/video/exynos/Kconfig" | |
2416 | source "drivers/video/backlight/Kconfig" | 2417 | source "drivers/video/backlight/Kconfig" |
2417 | 2418 | ||
2418 | if VT | 2419 | if VT |
@@ -2423,4 +2424,16 @@ if FB || SGI_NEWPORT_CONSOLE | |||
2423 | source "drivers/video/logo/Kconfig" | 2424 | source "drivers/video/logo/Kconfig" |
2424 | endif | 2425 | endif |
2425 | 2426 | ||
2427 | config FB_SH_MOBILE_MERAM | ||
2428 | tristate "SuperH Mobile MERAM read ahead support" | ||
2429 | depends on (SUPERH || ARCH_SHMOBILE) | ||
2430 | select GENERIC_ALLOCATOR | ||
2431 | ---help--- | ||
2432 | Enable MERAM support for the SuperH controller. | ||
2433 | |||
2434 | This will allow for caching of the framebuffer to provide more | ||
2435 | reliable access under heavy main memory bus traffic situations. | ||
2436 | Up to 4 memory channels can be configured, allowing 4 RGB or | ||
2437 | 2 YCbCr framebuffers to be configured. | ||
2438 | |||
2426 | endmenu | 2439 | endmenu |