From: robdclark@gmail.com (Rob Clark)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] OMAPDSS: enable omapdss for ARCH_MULTIPLATFORM
Date: Tue, 22 Jan 2013 15:46:00 -0600 [thread overview]
Message-ID: <1358891160-9534-1-git-send-email-robdclark@gmail.com> (raw)
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(-)
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"
--
1.8.1
next reply other threads:[~2013-01-22 21:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-22 21:46 Rob Clark [this message]
2013-01-22 21:53 ` [PATCH] OMAPDSS: enable omapdss for ARCH_MULTIPLATFORM Arnd Bergmann
2013-02-05 16:31 ` Arnd Bergmann
2013-02-06 14:15 ` Tomi Valkeinen
2013-02-06 14:29 ` Arnd Bergmann
2013-02-07 11:40 ` Tomi Valkeinen
2013-02-07 11:55 ` Arnd Bergmann
2013-02-07 12:30 ` Tomi Valkeinen
2013-02-07 12:50 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1358891160-9534-1-git-send-email-robdclark@gmail.com \
--to=robdclark@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox