diff options
author | Steve French <sfrench@us.ibm.com> | 2005-06-22 21:26:47 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-06-22 21:26:47 -0400 |
commit | ea0daab4ae4a2f853f06c76961c0ed324fd0804c (patch) | |
tree | f6fbe2db5772695181b7a7257b05e43343bd8d75 /drivers/video/Kconfig | |
parent | 58aab753de605c14b9878a897e7349c3063afeff (diff) | |
parent | 1bdf7a78c2b21fb94dfe7994dbe89310b18479d2 (diff) |
Merge with rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
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 |