diff options
author | Edgar Hucek <hostmaster@ed-soft.at> | 2006-06-26 03:26:59 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 12:58:32 -0400 |
commit | 90b4f9aca4d124d114e02bbb3d1d4f3d1d47138f (patch) | |
tree | e367b2fd3ad08b706bd7825c6251a95284f3bb76 /drivers/video/Kconfig | |
parent | 1a8c9795290361cef232fd54f425a57d143108a8 (diff) |
[PATCH] imacfb: Add Intel-based Macintosh Framebuffer Support
This patch adds a new framebuffer driver for the Intel Based macs. This
framebuffer is needed when booting from EFI to get something out the box.
[akpm: note: doesn't support modular building]
[akpm@osdl.org: cleanups]
Signed-off-by: Edgar Hucek <hostmaster@ed-soft.at>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2a265e1c7cbc..17de4c84db69 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -550,6 +550,15 @@ config FB_VESA | |||
550 | You will get a boot time penguin logo at no additional cost. Please | 550 | You will get a boot time penguin logo at no additional cost. Please |
551 | read <file:Documentation/fb/vesafb.txt>. If unsure, say Y. | 551 | read <file:Documentation/fb/vesafb.txt>. If unsure, say Y. |
552 | 552 | ||
553 | config FB_IMAC | ||
554 | bool "Intel-based Macintosh Framebuffer Support" | ||
555 | depends on (FB = y) && X86 | ||
556 | select FB_CFB_FILLRECT | ||
557 | select FB_CFB_COPYAREA | ||
558 | select FB_CFB_IMAGEBLIT | ||
559 | help | ||
560 | This is the frame buffer device driver for the Intel-based Macintosh | ||
561 | |||
553 | config FB_HGA | 562 | config FB_HGA |
554 | tristate "Hercules mono graphics support" | 563 | tristate "Hercules mono graphics support" |
555 | depends on FB && X86 | 564 | depends on FB && X86 |