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