diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-14 00:29:38 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-14 00:29:38 -0500 |
commit | 3474cbd11df8cdd6413781ea95bd51dd469098ff (patch) | |
tree | c8d78f415c00bad503541bee6dd68055997c3ad7 /drivers/video/Kconfig | |
parent | d89b218b801fd93ea95880f1c7fde348cbcc51c5 (diff) | |
parent | 2d378b9179881b46a0faf11430efb421fe03ddd8 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6:
sparc64: Add very basic XVR-1000 framebuffer driver.
qlogicpti: Remove slash in QlogicPTI irq name
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 1c60053439a9..dabe804ba575 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -912,6 +912,18 @@ config FB_XVR2500 | |||
912 | mostly initialized the card already. It is treated as a | 912 | mostly initialized the card already. It is treated as a |
913 | completely dumb framebuffer device. | 913 | completely dumb framebuffer device. |
914 | 914 | ||
915 | config FB_XVR1000 | ||
916 | bool "Sun XVR-1000 support" | ||
917 | depends on SPARC64 | ||
918 | select FB_CFB_FILLRECT | ||
919 | select FB_CFB_COPYAREA | ||
920 | select FB_CFB_IMAGEBLIT | ||
921 | help | ||
922 | This is the framebuffer device for the Sun XVR-1000 and similar | ||
923 | graphics cards. The driver only works on sparc64 systems where | ||
924 | the system firmware has mostly initialized the card already. It | ||
925 | is treated as a completely dumb framebuffer device. | ||
926 | |||
915 | config FB_PVR2 | 927 | config FB_PVR2 |
916 | tristate "NEC PowerVR 2 display support" | 928 | tristate "NEC PowerVR 2 display support" |
917 | depends on FB && SH_DREAMCAST | 929 | depends on FB && SH_DREAMCAST |