Skip to content

Commit

Permalink
fbdev: platforming hecubafb and n411
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jaya Kumar authored and Linus Torvalds committed Apr 28, 2008
1 parent 2422fbb commit 0e27aa3
Show file tree
Hide file tree
Showing 4 changed files with 314 additions and 206 deletions.
17 changes: 10 additions & 7 deletions drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,11 @@ config FB_METRONOME
depends on FB
depends on FB_DEFERRED_IO

config FB_HECUBA
tristate
depends on FB
depends on FB_DEFERRED_IO

config FB_SVGALIB
tristate
depends on FB
Expand Down Expand Up @@ -703,20 +708,18 @@ config FB_IMAC
help
This is the frame buffer device driver for the Intel-based Macintosh

config FB_HECUBA
tristate "Hecuba board support"
config FB_N411
tristate "N411 Apollo/Hecuba devkit support"
depends on FB && X86 && MMU
select FB_SYS_FILLRECT
select FB_SYS_COPYAREA
select FB_SYS_IMAGEBLIT
select FB_SYS_FOPS
select FB_DEFERRED_IO
select FB_HECUBA
help
This enables support for the Hecuba board. This driver was tested
with an E-Ink 800x600 display and x86 SBCs through a 16 bit GPIO
interface (8 bit data, 4 bit control). If you anticipate using
this driver, say Y or M; otherwise say N. You must specify the
GPIO IO address to be used for setting control and data.
This enables support for the Apollo display controller in its
Hecuba form using the n411 devkit.

config FB_HGA
tristate "Hercules mono graphics support"
Expand Down
Loading

0 comments on commit 0e27aa3

Please sign in to comment.