diff options
Diffstat (limited to 'drivers/video/omap/Kconfig')
-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 |