aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2008-10-16 01:03:43 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-10-16 14:21:44 -0400
commit7c08c9ae0c145807c0dae4a55f240fa3d4fd5262 (patch)
tree63e2edd3731e0293b4190a82391e2d3f27e61983 /drivers/video/Kconfig
parentf928ac0a9810d46c8ba3bde7c969984340da9f5d (diff)
efifb/imacfb consolidation + hardware support
Remove imacfb entirely, merging its DMI table into the (otherwise very similar) efifb driver. This also adds hardware support for many of the newer Intel Apple hardware. This has been fairly well tested; we've been shipping it in Fedora for some time. Signed-off-by: Peter Jones <pjones@redhat.com> Cc: Krzysztof Helt <krzysztof.h1@poczta.fm> Cc: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Cc: Jaya Kumar <jayakumar.lkml@gmail.com> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig15
1 files changed, 3 insertions, 12 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index e63e5648e0a6..3b296e410f91 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -689,23 +689,14 @@ config FB_VESA
689 689
690config FB_EFI 690config FB_EFI
691 bool "EFI-based Framebuffer Support" 691 bool "EFI-based Framebuffer Support"
692 depends on (FB = y) && X86
693 select FB_CFB_FILLRECT
694 select FB_CFB_COPYAREA
695 select FB_CFB_IMAGEBLIT
696 help
697 This is the EFI frame buffer device driver. If the firmware on
698 your platform is UEFI2.0, select Y to add support for
699 Graphics Output Protocol for early console messages to appear.
700
701config FB_IMAC
702 bool "Intel-based Macintosh Framebuffer Support"
703 depends on (FB = y) && X86 && EFI 692 depends on (FB = y) && X86 && EFI
704 select FB_CFB_FILLRECT 693 select FB_CFB_FILLRECT
705 select FB_CFB_COPYAREA 694 select FB_CFB_COPYAREA
706 select FB_CFB_IMAGEBLIT 695 select FB_CFB_IMAGEBLIT
707 help 696 help
708 This is the frame buffer device driver for the Intel-based Macintosh 697 This is the EFI frame buffer device driver. If the firmware on
698 your platform is EFI 1.10 or UEFI 2.0, select Y to add support for
699 using the EFI framebuffer as your console.
709 700
710config FB_N411 701config FB_N411
711 tristate "N411 Apollo/Hecuba devkit support" 702 tristate "N411 Apollo/Hecuba devkit support"