diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 20:38:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 20:38:49 -0500 |
commit | 7c2db36e730ee4facd341679ecb21ee73ba92831 (patch) | |
tree | 75016fba72aaf0581b9263f7fa4c565e6e634f3c /drivers/video/Kconfig | |
parent | 8b5628ab83b671f96ac9f174c1bd51c92589fc82 (diff) | |
parent | a47a376f1c025e23e836c0376813c0424de665c2 (diff) |
Merge branch 'akpm' (incoming from Andrew)
Merge misc patches from Andrew Morton:
- Florian has vanished so I appear to have become fbdev maintainer
again :(
- Joel and Mark are distracted to welcome to the new OCFS2 maintainer
- The backlight queue
- Small core kernel changes
- lib/ updates
- The rtc queue
- Various random bits
* akpm: (164 commits)
rtc: rtc-davinci: use devm_*() functions
rtc: rtc-max8997: use devm_request_threaded_irq()
rtc: rtc-max8907: use devm_request_threaded_irq()
rtc: rtc-da9052: use devm_request_threaded_irq()
rtc: rtc-wm831x: use devm_request_threaded_irq()
rtc: rtc-tps80031: use devm_request_threaded_irq()
rtc: rtc-lp8788: use devm_request_threaded_irq()
rtc: rtc-coh901331: use devm_clk_get()
rtc: rtc-vt8500: use devm_*() functions
rtc: rtc-tps6586x: use devm_request_threaded_irq()
rtc: rtc-imxdi: use devm_clk_get()
rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()
rtc: rtc-pcf8583: use dev_warn() instead of printk()
rtc: rtc-sun4v: use pr_warn() instead of printk()
rtc: rtc-vr41xx: use dev_info() instead of printk()
rtc: rtc-rs5c313: use pr_err() instead of printk()
rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug()
rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()
rtc: rtc-ds2404: use dev_err() instead of printk()
rtc: rtc-efi: use dev_err()/dev_warn()/pr_err() instead of printk()
...
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e4e1765b82f2..80cbd21b483f 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -364,7 +364,7 @@ config FB_SA1100 | |||
364 | Y here. | 364 | Y here. |
365 | 365 | ||
366 | config FB_IMX | 366 | config FB_IMX |
367 | tristate "Freescale i.MX LCD support" | 367 | tristate "Freescale i.MX1/21/25/27 LCD support" |
368 | depends on FB && IMX_HAVE_PLATFORM_IMX_FB | 368 | depends on FB && IMX_HAVE_PLATFORM_IMX_FB |
369 | select FB_CFB_FILLRECT | 369 | select FB_CFB_FILLRECT |
370 | select FB_CFB_COPYAREA | 370 | select FB_CFB_COPYAREA |
@@ -2025,7 +2025,8 @@ config FB_TMIO_ACCELL | |||
2025 | 2025 | ||
2026 | config FB_S3C | 2026 | config FB_S3C |
2027 | tristate "Samsung S3C framebuffer support" | 2027 | tristate "Samsung S3C framebuffer support" |
2028 | depends on FB && (S3C_DEV_FB || S5P_DEV_FIMD0) | 2028 | depends on FB && (CPU_S3C2416 || ARCH_S3C64XX || ARCH_S5P64X0 || \ |
2029 | ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS) | ||
2029 | select FB_CFB_FILLRECT | 2030 | select FB_CFB_FILLRECT |
2030 | select FB_CFB_COPYAREA | 2031 | select FB_CFB_COPYAREA |
2031 | select FB_CFB_IMAGEBLIT | 2032 | select FB_CFB_IMAGEBLIT |
@@ -2183,6 +2184,15 @@ config FB_XILINX | |||
2183 | framebuffer. ML300 carries a 640*480 LCD display on the board, | 2184 | framebuffer. ML300 carries a 640*480 LCD display on the board, |
2184 | ML403 uses a standard DB15 VGA connector. | 2185 | ML403 uses a standard DB15 VGA connector. |
2185 | 2186 | ||
2187 | config FB_GOLDFISH | ||
2188 | tristate "Goldfish Framebuffer" | ||
2189 | depends on FB | ||
2190 | select FB_CFB_FILLRECT | ||
2191 | select FB_CFB_COPYAREA | ||
2192 | select FB_CFB_IMAGEBLIT | ||
2193 | ---help--- | ||
2194 | Framebuffer driver for Goldfish Virtual Platform | ||
2195 | |||
2186 | config FB_COBALT | 2196 | config FB_COBALT |
2187 | tristate "Cobalt server LCD frame buffer support" | 2197 | tristate "Cobalt server LCD frame buffer support" |
2188 | depends on FB && (MIPS_COBALT || MIPS_SEAD3) | 2198 | depends on FB && (MIPS_COBALT || MIPS_SEAD3) |
@@ -2422,6 +2432,7 @@ config FB_PUV3_UNIGFX | |||
2422 | source "drivers/video/omap/Kconfig" | 2432 | source "drivers/video/omap/Kconfig" |
2423 | source "drivers/video/omap2/Kconfig" | 2433 | source "drivers/video/omap2/Kconfig" |
2424 | source "drivers/video/exynos/Kconfig" | 2434 | source "drivers/video/exynos/Kconfig" |
2435 | source "drivers/video/mmp/Kconfig" | ||
2425 | source "drivers/video/backlight/Kconfig" | 2436 | source "drivers/video/backlight/Kconfig" |
2426 | 2437 | ||
2427 | if VT | 2438 | if VT |