diff options
author | Mayuresh Janorkar <mayur@ti.com> | 2011-02-15 23:54:29 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-03-11 08:46:22 -0500 |
commit | 3f3aa06c46796cd2dc0f71d7d2f41bb75f7e97ff (patch) | |
tree | 7e06bdb3abb06b30ee7d2c813532817ff6871ac8 /drivers/video/omap2/omapfb | |
parent | f38190d61fe378d8eaf21b160c22e78b3b925747 (diff) |
OMAP2PLUS: DSS2: Add OMAP4 Kconfig support
Enable DSS2 and OMAPFB for OMAP4 in Kconfig
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/omapfb')
-rw-r--r-- | drivers/video/omap2/omapfb/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/video/omap2/omapfb/Kconfig b/drivers/video/omap2/omapfb/Kconfig index 65149b22cf37..aa33386c81ff 100644 --- a/drivers/video/omap2/omapfb/Kconfig +++ b/drivers/video/omap2/omapfb/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | menuconfig FB_OMAP2 | 1 | menuconfig FB_OMAP2 |
2 | tristate "OMAP2/3 frame buffer support (EXPERIMENTAL)" | 2 | tristate "OMAP2+ frame buffer support (EXPERIMENTAL)" |
3 | depends on FB && OMAP2_DSS | 3 | depends on FB && OMAP2_DSS |
4 | 4 | ||
5 | select OMAP2_VRAM | 5 | select OMAP2_VRAM |
@@ -8,10 +8,10 @@ menuconfig FB_OMAP2 | |||
8 | select FB_CFB_COPYAREA | 8 | select FB_CFB_COPYAREA |
9 | select FB_CFB_IMAGEBLIT | 9 | select FB_CFB_IMAGEBLIT |
10 | help | 10 | help |
11 | Frame buffer driver for OMAP2/3 based boards. | 11 | Frame buffer driver for OMAP2+ based boards. |
12 | 12 | ||
13 | config FB_OMAP2_DEBUG_SUPPORT | 13 | config FB_OMAP2_DEBUG_SUPPORT |
14 | bool "Debug support for OMAP2/3 FB" | 14 | bool "Debug support for OMAP2+ FB" |
15 | default y | 15 | default y |
16 | depends on FB_OMAP2 | 16 | depends on FB_OMAP2 |
17 | help | 17 | help |