diff mbox

OMAPDSS: enable omapdss for ARCH_MULTIPLATFORM

Message ID 1358891160-9534-1-git-send-email-robdclark@gmail.com
State New
Headers show

Commit Message

Rob Clark Jan. 22, 2013, 9:46 p.m. UTC
At least core omapdss does not have any build dependencies on
ARCH_OMAP2PLUS, and adding this dependency in the Kconfig breaks omapdrm
for ARCH_MULTIPLATFORM builds.

Signed-off-by: Rob Clark <robdclark@gmail.com>
---
 drivers/video/omap2/Kconfig | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Jan. 22, 2013, 9:53 p.m. UTC | #1
On Tuesday 22 January 2013, Rob Clark wrote:
> At least core omapdss does not have any build dependencies on
> ARCH_OMAP2PLUS, and adding this dependency in the Kconfig breaks omapdrm
> for ARCH_MULTIPLATFORM builds.
> 
> Signed-off-by: Rob Clark <robdclark@gmail.com>

Acked-by: Arnd Bergmann <arnd@arndb.de>
Arnd Bergmann Feb. 5, 2013, 4:31 p.m. UTC | #2
On Tuesday 22 January 2013, Arnd Bergmann wrote:
> On Tuesday 22 January 2013, Rob Clark wrote:
> > At least core omapdss does not have any build dependencies on
> > ARCH_OMAP2PLUS, and adding this dependency in the Kconfig breaks omapdrm
> > for ARCH_MULTIPLATFORM builds.
> > 
> > Signed-off-by: Rob Clark <robdclark@gmail.com>
> 
> Acked-by: Arnd Bergmann <arnd@arndb.de>

It seems nobody has applied this patch, as it has not shown up in
linux-next or upstream. Who should take care of this? If nobody feels
responsible, I can put it into arm-soc/fixes.

	Arnd
diff mbox

Patch

diff --git a/drivers/video/omap2/Kconfig b/drivers/video/omap2/Kconfig
index b07b2b0..011e549 100644
--- a/drivers/video/omap2/Kconfig
+++ b/drivers/video/omap2/Kconfig
@@ -1,9 +1,14 @@ 
 config OMAP2_VRFB
 	bool
 
-if ARCH_OMAP2PLUS
+if ARCH_OMAP2PLUS || ARCH_MULTIPLATFORM
 
 source "drivers/video/omap2/dss/Kconfig"
+
+endif
+
+if ARCH_OMAP2PLUS
+
 source "drivers/video/omap2/omapfb/Kconfig"
 source "drivers/video/omap2/displays/Kconfig"