diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-08-04 09:12:50 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2009-12-09 05:12:44 -0500 |
commit | b39a982ddecf1d95ed96f8457c39d3ea11df93f6 (patch) | |
tree | 07d233ede4b49bddb2776ee013cbdf5621e7845b /drivers/video/omap | |
parent | 3de7a1dc0c9d29b138713ecb85df4b6ca3af2ef3 (diff) |
OMAP: DSS2: omapfb driver
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/omap')
-rw-r--r-- | drivers/video/omap/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig index 551e3e9c4cbe..455c6055325d 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/omap/Kconfig | |||
@@ -1,6 +1,7 @@ | |||
1 | config FB_OMAP | 1 | config FB_OMAP |
2 | tristate "OMAP frame buffer support (EXPERIMENTAL)" | 2 | tristate "OMAP frame buffer support (EXPERIMENTAL)" |
3 | depends on FB && ARCH_OMAP | 3 | depends on FB && ARCH_OMAP && (OMAP2_DSS = "n") |
4 | |||
4 | select FB_CFB_FILLRECT | 5 | select FB_CFB_FILLRECT |
5 | select FB_CFB_COPYAREA | 6 | select FB_CFB_COPYAREA |
6 | select FB_CFB_IMAGEBLIT | 7 | select FB_CFB_IMAGEBLIT |
@@ -72,7 +73,7 @@ config FB_OMAP_LCD_MIPID | |||
72 | 73 | ||
73 | config FB_OMAP_BOOTLOADER_INIT | 74 | config FB_OMAP_BOOTLOADER_INIT |
74 | bool "Check bootloader initialization" | 75 | bool "Check bootloader initialization" |
75 | depends on FB_OMAP | 76 | depends on FB_OMAP || FB_OMAP2 |
76 | help | 77 | help |
77 | Say Y here if you want to enable checking if the bootloader has | 78 | Say Y here if you want to enable checking if the bootloader has |
78 | already initialized the display controller. In this case the | 79 | already initialized the display controller. In this case the |