diff options
author | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-02-26 08:39:10 -0500 |
---|---|---|
committer | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-03-16 21:19:20 -0400 |
commit | ce443ab5fd536941da1d529ba3963324f941fc29 (patch) | |
tree | 5551778e3ae1d623410ad98cbeefe941fc29dd28 /arch/unicore32/configs | |
parent | d10e4a660d11212a41ac5d2c116a655e25e2d38a (diff) |
unicore32 machine related: add frame buffer driver for pkunity-v3 soc
change from original version -- by advice of Paul Mundt
1. remove videomemorysize definitions
2. remove unifb_enable and unifb_setup
3. use dev_warn instead of printk in fb driver
4. remove judgement for FB_ACCEL_PUV3_UNIGFX
5. adjust clk_get and clk_set_rate calls
6. add resources definitions
7. remove unifb_option
8. adjust register for platform_device
9. adjust unifb_ops position and unifb_regs assignment position
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/unicore32/configs')
-rw-r--r-- | arch/unicore32/configs/debug_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/unicore32/configs/debug_defconfig b/arch/unicore32/configs/debug_defconfig index bf42abdd9683..b5fbde9f1cb2 100644 --- a/arch/unicore32/configs/debug_defconfig +++ b/arch/unicore32/configs/debug_defconfig | |||
@@ -66,7 +66,6 @@ CONFIG_LCD_BACKLIGHT=n | |||
66 | 66 | ||
67 | CONFIG_PUV3_RTC=y | 67 | CONFIG_PUV3_RTC=y |
68 | CONFIG_PUV3_UMAL=y | 68 | CONFIG_PUV3_UMAL=y |
69 | CONFIG_PUV3_UNIGFX=y | ||
70 | CONFIG_PUV3_MUSB=n | 69 | CONFIG_PUV3_MUSB=n |
71 | CONFIG_PUV3_AC97=n | 70 | CONFIG_PUV3_AC97=n |
72 | CONFIG_PUV3_NAND=n | 71 | CONFIG_PUV3_NAND=n |
@@ -130,6 +129,8 @@ CONFIG_VIDEO_DEV=n | |||
130 | CONFIG_USB_VIDEO_CLASS=n | 129 | CONFIG_USB_VIDEO_CLASS=n |
131 | 130 | ||
132 | # Graphics support | 131 | # Graphics support |
132 | CONFIG_FB=y | ||
133 | CONFIG_FB_PUV3_UNIGFX=y | ||
133 | # Console display driver support | 134 | # Console display driver support |
134 | CONFIG_VGA_CONSOLE=n | 135 | CONFIG_VGA_CONSOLE=n |
135 | CONFIG_FRAMEBUFFER_CONSOLE=y | 136 | CONFIG_FRAMEBUFFER_CONSOLE=y |