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 /drivers/video/Kconfig | |
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 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6bafb51bb437..ec55a87899ab 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2365,6 +2365,17 @@ config FB_JZ4740 | |||
2365 | help | 2365 | help |
2366 | Framebuffer support for the JZ4740 SoC. | 2366 | Framebuffer support for the JZ4740 SoC. |
2367 | 2367 | ||
2368 | config FB_PUV3_UNIGFX | ||
2369 | tristate "PKUnity v3 Unigfx framebuffer support" | ||
2370 | depends on FB && UNICORE32 && ARCH_PUV3 | ||
2371 | select FB_SYS_FILLRECT | ||
2372 | select FB_SYS_COPYAREA | ||
2373 | select FB_SYS_IMAGEBLIT | ||
2374 | select FB_SYS_FOPS | ||
2375 | help | ||
2376 | Choose this option if you want to use the Unigfx device as a | ||
2377 | framebuffer device. Without the support of PCI & AGP. | ||
2378 | |||
2368 | source "drivers/video/omap/Kconfig" | 2379 | source "drivers/video/omap/Kconfig" |
2369 | source "drivers/video/omap2/Kconfig" | 2380 | source "drivers/video/omap2/Kconfig" |
2370 | 2381 | ||