diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-05-24 02:32:20 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-05-24 02:32:20 -0400 |
commit | 9fb4c7fbbcb1e947567d13b82e429ae47a46e337 (patch) | |
tree | 6c5f11f347d0f58565381f92680a7a9cc63c0bd8 /drivers/video/Kconfig | |
parent | dc3e5b6a6e842116ec2436161adf31877f09b6b9 (diff) | |
parent | d762f4383100c2a87b1a3f2d678cd3b5425655b4 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e2126b5af1de..1d0aa5eb10b9 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -8,9 +8,6 @@ menu "Graphics support" | |||
8 | config HAVE_FB_ATMEL | 8 | config HAVE_FB_ATMEL |
9 | bool | 9 | bool |
10 | 10 | ||
11 | config HAVE_FB_IMX | ||
12 | bool | ||
13 | |||
14 | config SH_MIPI_DSI | 11 | config SH_MIPI_DSI |
15 | tristate | 12 | tristate |
16 | depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK | 13 | depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK |
@@ -359,7 +356,7 @@ config FB_SA1100 | |||
359 | 356 | ||
360 | config FB_IMX | 357 | config FB_IMX |
361 | tristate "Freescale i.MX LCD support" | 358 | tristate "Freescale i.MX LCD support" |
362 | depends on FB && (HAVE_FB_IMX || ARCH_MX1 || ARCH_MX2) | 359 | depends on FB && IMX_HAVE_PLATFORM_IMX_FB |
363 | select FB_CFB_FILLRECT | 360 | select FB_CFB_FILLRECT |
364 | select FB_CFB_COPYAREA | 361 | select FB_CFB_COPYAREA |
365 | select FB_CFB_IMAGEBLIT | 362 | select FB_CFB_IMAGEBLIT |
@@ -1570,6 +1567,17 @@ config FB_VIA_DIRECT_PROCFS | |||
1570 | correct output device configuration. | 1567 | correct output device configuration. |
1571 | Its use is strongly discouraged. | 1568 | Its use is strongly discouraged. |
1572 | 1569 | ||
1570 | config FB_VIA_X_COMPATIBILITY | ||
1571 | bool "X server compatibility" | ||
1572 | depends on FB_VIA | ||
1573 | default n | ||
1574 | help | ||
1575 | This option reduces the functionality (power saving, ...) of the | ||
1576 | framebuffer to avoid negative impact on the OpenChrome X server. | ||
1577 | If you use any X server other than fbdev you should enable this | ||
1578 | otherwise it should be safe to disable it and allow using all | ||
1579 | features. | ||
1580 | |||
1573 | endif | 1581 | endif |
1574 | 1582 | ||
1575 | config FB_NEOMAGIC | 1583 | config FB_NEOMAGIC |