diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2007-05-08 03:38:58 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-08 14:15:30 -0400 |
commit | 922e6f9afa137ac69624389b1939e6c31b1abf2d (patch) | |
tree | 925c44b9250403317fe99623d4b6ece764d4f447 /drivers/video/Kconfig | |
parent | 68648ed1f58d98b8e8d994022e5e25331fbfe42a (diff) |
arcfb: use sys instead of cfb drawing functions
Since arcfb's framebuffer is vmalloc'ed, use the sys_* drawing functions
instead of cfb_*.
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index f0bc5d908e2c..1bbd10c36894 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -412,9 +412,9 @@ config FB_FM2 | |||
412 | config FB_ARC | 412 | config FB_ARC |
413 | tristate "Arc Monochrome LCD board support" | 413 | tristate "Arc Monochrome LCD board support" |
414 | depends on FB && X86 | 414 | depends on FB && X86 |
415 | select FB_CFB_FILLRECT | 415 | select FB_SYS_FILLRECT |
416 | select FB_CFB_COPYAREA | 416 | select FB_SYS_COPYAREA |
417 | select FB_CFB_IMAGEBLIT | 417 | select FB_SYS_IMAGEBLIT |
418 | help | 418 | help |
419 | This enables support for the Arc Monochrome LCD board. The board | 419 | This enables support for the Arc Monochrome LCD board. The board |
420 | is based on the KS-108 lcd controller and is typically a matrix | 420 | is based on the KS-108 lcd controller and is typically a matrix |