diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2011-06-10 11:23:04 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-06-15 02:49:10 -0400 |
commit | 4ee58461510221a53080afd02752838f93cc57fc (patch) | |
tree | 1f1ab84cae09a8cd62b8c31f37b310513ed792b7 /drivers/video/Kconfig | |
parent | 8be90b07ac2a07b4f1eb685caa97e88b9f85ef27 (diff) |
au1200fb: switch to FB_SYS helpers
Since all video memory is in system ram, use FB_SYS helpers.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 549b960667c8..5e19de97242a 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1756,9 +1756,10 @@ config FB_AU1100 | |||
1756 | config FB_AU1200 | 1756 | config FB_AU1200 |
1757 | bool "Au1200 LCD Driver" | 1757 | bool "Au1200 LCD Driver" |
1758 | depends on (FB = y) && MIPS && SOC_AU1200 | 1758 | depends on (FB = y) && MIPS && SOC_AU1200 |
1759 | select FB_CFB_FILLRECT | 1759 | select FB_SYS_FILLRECT |
1760 | select FB_CFB_COPYAREA | 1760 | select FB_SYS_COPYAREA |
1761 | select FB_CFB_IMAGEBLIT | 1761 | select FB_SYS_IMAGEBLIT |
1762 | select FB_SYS_FOPS | ||
1762 | help | 1763 | help |
1763 | This is the framebuffer driver for the AMD Au1200 SOC. It can drive | 1764 | This is the framebuffer driver for the AMD Au1200 SOC. It can drive |
1764 | various panels and CRTs by passing in kernel cmd line option | 1765 | various panels and CRTs by passing in kernel cmd line option |