diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 15 |
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 | ||
690 | config FB_EFI | 690 | config 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 | |||
701 | config 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 | ||
710 | config FB_N411 | 701 | config FB_N411 |
711 | tristate "N411 Apollo/Hecuba devkit support" | 702 | tristate "N411 Apollo/Hecuba devkit support" |