aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorJaya Kumar <jayakumar.lkml@gmail.com>2008-04-28 05:15:40 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-28 11:58:41 -0400
commit0e27aa3dabb541edee9f23b37114856a528de01e (patch)
tree5516f7e6445f0bd95a1e4bbca2c3c678643b28a4 /drivers/video/Kconfig
parent2422fbba0684ddf08898ec2f3cf23cb16a54b3f5 (diff)
fbdev: platforming hecubafb and n411
This patch splits hecubafb into the platform independent hecubafb and the platform dependent n411. Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: Geert Uytterhoeven <geert@linux-m68k.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/Kconfig17
1 files changed, 10 insertions, 7 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index ff6ea9a9be2..73d3afad7c5 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -178,6 +178,11 @@ config FB_METRONOME
178 depends on FB 178 depends on FB
179 depends on FB_DEFERRED_IO 179 depends on FB_DEFERRED_IO
180 180
181config FB_HECUBA
182 tristate
183 depends on FB
184 depends on FB_DEFERRED_IO
185
181config FB_SVGALIB 186config FB_SVGALIB
182 tristate 187 tristate
183 depends on FB 188 depends on FB
@@ -703,20 +708,18 @@ config FB_IMAC
703 help 708 help
704 This is the frame buffer device driver for the Intel-based Macintosh 709 This is the frame buffer device driver for the Intel-based Macintosh
705 710
706config FB_HECUBA 711config FB_N411
707 tristate "Hecuba board support" 712 tristate "N411 Apollo/Hecuba devkit support"
708 depends on FB && X86 && MMU 713 depends on FB && X86 && MMU
709 select FB_SYS_FILLRECT 714 select FB_SYS_FILLRECT
710 select FB_SYS_COPYAREA 715 select FB_SYS_COPYAREA
711 select FB_SYS_IMAGEBLIT 716 select FB_SYS_IMAGEBLIT
712 select FB_SYS_FOPS 717 select FB_SYS_FOPS
713 select FB_DEFERRED_IO 718 select FB_DEFERRED_IO
719 select FB_HECUBA
714 help 720 help
715 This enables support for the Hecuba board. This driver was tested 721 This enables support for the Apollo display controller in its
716 with an E-Ink 800x600 display and x86 SBCs through a 16 bit GPIO 722 Hecuba form using the n411 devkit.
717 interface (8 bit data, 4 bit control). If you anticipate using
718 this driver, say Y or M; otherwise say N. You must specify the
719 GPIO IO address to be used for setting control and data.
720 723
721config FB_HGA 724config FB_HGA
722 tristate "Hercules mono graphics support" 725 tristate "Hercules mono graphics support"