~beagleboard-kernel/+junk/2.6-stable

« back to all changes in this revision

Viewing changes to patches/dss2_next/0162-OMAP2PLUS-DSS2-Add-OMAP4-Kconfig-support.patch

  • Committer: Robert Nelson
  • Date: 2011-05-30 18:22:18 UTC
  • Revision ID: robertcnelson@gmail.com-20110530182218-kl9c2elev8wckknd
Tags: 2.6.39-x0
2.6.39-x0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From 59e5ee25e271ca672fea79d8a82cba3461e5c62f Mon Sep 17 00:00:00 2001
2
 
From: Mayuresh Janorkar <mayur@ti.com>
3
 
Date: Tue, 15 Feb 2011 22:54:29 -0600
4
 
Subject: [PATCH 162/200] OMAP2PLUS: DSS2: Add OMAP4 Kconfig support
5
 
 
6
 
Enable DSS2 and OMAPFB for OMAP4 in Kconfig
7
 
 
8
 
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
9
 
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
10
 
---
11
 
 drivers/video/omap2/dss/Kconfig    |    6 +++---
12
 
 drivers/video/omap2/omapfb/Kconfig |    6 +++---
13
 
 2 files changed, 6 insertions(+), 6 deletions(-)
14
 
 
15
 
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig
16
 
index 43b6440..db01473 100644
17
 
--- a/drivers/video/omap2/dss/Kconfig
18
 
+++ b/drivers/video/omap2/dss/Kconfig
19
 
@@ -1,8 +1,8 @@
20
 
 menuconfig OMAP2_DSS
21
 
-        tristate "OMAP2/3 Display Subsystem support (EXPERIMENTAL)"
22
 
-        depends on ARCH_OMAP2 || ARCH_OMAP3
23
 
+        tristate "OMAP2+ Display Subsystem support (EXPERIMENTAL)"
24
 
+        depends on ARCH_OMAP2PLUS
25
 
         help
26
 
-          OMAP2/3 Display Subsystem support.
27
 
+         OMAP2+ Display Subsystem support.
28
 
 
29
 
 if OMAP2_DSS
30
 
 
31
 
diff --git a/drivers/video/omap2/omapfb/Kconfig b/drivers/video/omap2/omapfb/Kconfig
32
 
index 65149b2..aa33386 100644
33
 
--- a/drivers/video/omap2/omapfb/Kconfig
34
 
+++ b/drivers/video/omap2/omapfb/Kconfig
35
 
@@ -1,5 +1,5 @@
36
 
 menuconfig FB_OMAP2
37
 
-        tristate "OMAP2/3 frame buffer support (EXPERIMENTAL)"
38
 
+        tristate "OMAP2+ frame buffer support (EXPERIMENTAL)"
39
 
         depends on FB && OMAP2_DSS
40
 
 
41
 
        select OMAP2_VRAM
42
 
@@ -8,10 +8,10 @@ menuconfig FB_OMAP2
43
 
         select FB_CFB_COPYAREA
44
 
         select FB_CFB_IMAGEBLIT
45
 
         help
46
 
-          Frame buffer driver for OMAP2/3 based boards.
47
 
+         Frame buffer driver for OMAP2+ based boards.
48
 
 
49
 
 config FB_OMAP2_DEBUG_SUPPORT
50
 
-       bool "Debug support for OMAP2/3 FB"
51
 
+        bool "Debug support for OMAP2+ FB"
52
 
        default y
53
 
        depends on FB_OMAP2
54
 
        help
55
 
1.7.1
56