diff options
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 |