diff options
Diffstat (limited to 'drivers/video/Kconfig')
| -rw-r--r-- | drivers/video/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6be8fbec0a0e..04d3120f7236 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
| @@ -322,6 +322,22 @@ config FB_FM2 | |||
| 322 | This is the frame buffer device driver for the Amiga FrameMaster | 322 | This is the frame buffer device driver for the Amiga FrameMaster |
| 323 | card from BSC (exhibited 1992 but not shipped as a CBM product). | 323 | card from BSC (exhibited 1992 but not shipped as a CBM product). |
| 324 | 324 | ||
| 325 | config FB_ARC | ||
| 326 | tristate "Arc Monochrome LCD board support" | ||
| 327 | depends on FB && X86 | ||
| 328 | select FB_CFB_FILLRECT | ||
| 329 | select FB_CFB_COPYAREA | ||
| 330 | select FB_CFB_IMAGEBLIT | ||
| 331 | select FB_SOFT_CURSOR | ||
| 332 | help | ||
| 333 | This enables support for the Arc Monochrome LCD board. The board | ||
| 334 | is based on the KS-108 lcd controller and is typically a matrix | ||
| 335 | of 2*n chips. This driver was tested with a 128x64 panel. This | ||
| 336 | driver supports it for use with x86 SBCs through a 16 bit GPIO | ||
| 337 | interface (8 bit data, 8 bit control). If you anticpate using | ||
| 338 | this driver, say Y or M; otherwise say N. You must specify the | ||
| 339 | GPIO IO address to be used for setting control and data. | ||
| 340 | |||
| 325 | config FB_ATARI | 341 | config FB_ATARI |
| 326 | bool "Atari native chipset support" | 342 | bool "Atari native chipset support" |
| 327 | depends on (FB = y) && ATARI && BROKEN | 343 | depends on (FB = y) && ATARI && BROKEN |
