diff options
author | Jaya Kumar <jayakumar.lkml@gmail.com> | 2007-05-08 03:37:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:27 -0400 |
commit | aad09e51eeb6ec68029271642a7528ffc08fee81 (patch) | |
tree | 420336fb8dbcb452d96ca77d820d27a25f03cd11 /drivers/video/Kconfig | |
parent | 5e841b88d23d0ea0a6ee4e76c489899d4d23ce25 (diff) |
fbdev: hecuba Framebuffer Driver
This patch implements support for the E-Ink/hecuba display device. It uses
deferred IO support.
[akpm@linux-foundation.org: linker section fixes]
Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
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/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 61c0a03d33f2..0aeab4e725a4 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -557,6 +557,20 @@ config FB_IMAC | |||
557 | help | 557 | help |
558 | This is the frame buffer device driver for the Intel-based Macintosh | 558 | This is the frame buffer device driver for the Intel-based Macintosh |
559 | 559 | ||
560 | config FB_HECUBA | ||
561 | tristate "Hecuba board support" | ||
562 | depends on FB && X86 && MMU | ||
563 | select FB_CFB_FILLRECT | ||
564 | select FB_CFB_COPYAREA | ||
565 | select FB_CFB_IMAGEBLIT | ||
566 | select FB_DEFERRED_IO | ||
567 | help | ||
568 | This enables support for the Hecuba board. This driver was tested | ||
569 | with an E-Ink 800x600 display and x86 SBCs through a 16 bit GPIO | ||
570 | interface (8 bit data, 4 bit control). If you anticpate using | ||
571 | this driver, say Y or M; otherwise say N. You must specify the | ||
572 | GPIO IO address to be used for setting control and data. | ||
573 | |||
560 | config FB_HGA | 574 | config FB_HGA |
561 | tristate "Hercules mono graphics support" | 575 | tristate "Hercules mono graphics support" |
562 | depends on FB && X86 | 576 | depends on FB && X86 |