All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tushar Behera <tushar.behera@linaro.org>
To: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-fbdev@vger.kernel.org, linux-omap@vger.kernel.org
Cc: linux@arm.linux.org.uk, tony@atomide.com, lethal@linux-sh.org,
	linaro-dev@lists.linaro.org, patches@linaro.org,
	Tomi Valkeinen <tomi.valkeinen@nokia.com>
Subject: [PATCH 2/2] video: omap2: Compile omap2 support only when needed
Date: Mon, 20 Jun 2011 16:16:01 +0530	[thread overview]
Message-ID: <1308566761-2850-3-git-send-email-tushar.behera@linaro.org> (raw)
In-Reply-To: <1308566761-2850-1-git-send-email-tushar.behera@linaro.org>

Currently display support for omap2 is selected by default and
it gets built for all the configurations.

Instead of it being a built-in feature, it's compilation should
depend on the config option CONFIG_FB_OMAP2.

Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
 drivers/video/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 8b83129..a19e44e 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -133,7 +133,7 @@ obj-$(CONFIG_FB_SH_MOBILE_HDMI)	  += sh_mobile_hdmi.o
 obj-$(CONFIG_FB_SH_MOBILE_MERAM)  += sh_mobile_meram.o
 obj-$(CONFIG_FB_SH_MOBILE_LCDC)	  += sh_mobile_lcdcfb.o
 obj-$(CONFIG_FB_OMAP)             += omap/
-obj-y                             += omap2/
+obj-$(CONFIG_FB_OMAP2)            += omap2/
 obj-$(CONFIG_XEN_FBDEV_FRONTEND)  += xen-fbfront.o
 obj-$(CONFIG_FB_CARMINE)          += carminefb.o
 obj-$(CONFIG_FB_MB862XX)	  += mb862xx/
-- 
1.7.4.1


WARNING: multiple messages have this Message-ID (diff)
From: Tushar Behera <tushar.behera@linaro.org>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] video: omap2: Compile omap2 support only when needed
Date: Mon, 20 Jun 2011 10:58:01 +0000	[thread overview]
Message-ID: <1308566761-2850-3-git-send-email-tushar.behera@linaro.org> (raw)
In-Reply-To: <1308566761-2850-1-git-send-email-tushar.behera@linaro.org>

Currently display support for omap2 is selected by default and
it gets built for all the configurations.

Instead of it being a built-in feature, it's compilation should
depend on the config option CONFIG_FB_OMAP2.

Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
 drivers/video/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 8b83129..a19e44e 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -133,7 +133,7 @@ obj-$(CONFIG_FB_SH_MOBILE_HDMI)	  += sh_mobile_hdmi.o
 obj-$(CONFIG_FB_SH_MOBILE_MERAM)  += sh_mobile_meram.o
 obj-$(CONFIG_FB_SH_MOBILE_LCDC)	  += sh_mobile_lcdcfb.o
 obj-$(CONFIG_FB_OMAP)             += omap/
-obj-y                             += omap2/
+obj-$(CONFIG_FB_OMAP2)            += omap2/
 obj-$(CONFIG_XEN_FBDEV_FRONTEND)  += xen-fbfront.o
 obj-$(CONFIG_FB_CARMINE)          += carminefb.o
 obj-$(CONFIG_FB_MB862XX)	  += mb862xx/
-- 
1.7.4.1


WARNING: multiple messages have this Message-ID (diff)
From: tushar.behera@linaro.org (Tushar Behera)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] video: omap2: Compile omap2 support only when needed
Date: Mon, 20 Jun 2011 16:16:01 +0530	[thread overview]
Message-ID: <1308566761-2850-3-git-send-email-tushar.behera@linaro.org> (raw)
In-Reply-To: <1308566761-2850-1-git-send-email-tushar.behera@linaro.org>

Currently display support for omap2 is selected by default and
it gets built for all the configurations.

Instead of it being a built-in feature, it's compilation should
depend on the config option CONFIG_FB_OMAP2.

Cc: Paul Mundt <lethal@linux-sh.org>
Cc: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---
 drivers/video/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 8b83129..a19e44e 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -133,7 +133,7 @@ obj-$(CONFIG_FB_SH_MOBILE_HDMI)	  += sh_mobile_hdmi.o
 obj-$(CONFIG_FB_SH_MOBILE_MERAM)  += sh_mobile_meram.o
 obj-$(CONFIG_FB_SH_MOBILE_LCDC)	  += sh_mobile_lcdcfb.o
 obj-$(CONFIG_FB_OMAP)             += omap/
-obj-y                             += omap2/
+obj-$(CONFIG_FB_OMAP2)            += omap2/
 obj-$(CONFIG_XEN_FBDEV_FRONTEND)  += xen-fbfront.o
 obj-$(CONFIG_FB_CARMINE)          += carminefb.o
 obj-$(CONFIG_FB_MB862XX)	  += mb862xx/
-- 
1.7.4.1

  parent reply	other threads:[~2011-06-20 10:46 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-20 10:45 [PATCH 0/2] video: Make omap2 support conditional Tushar Behera
2011-06-20 10:57 ` Tushar Behera
2011-06-20 10:45 ` Tushar Behera
2011-06-20 10:46 ` [PATCH 1/2] config: omap2+: force fb and dss support as built-in Tushar Behera
2011-06-20 10:58   ` Tushar Behera
2011-06-20 10:46   ` Tushar Behera
2011-06-20 12:07   ` Premi, Sanjeev
2011-06-20 12:19     ` Premi, Sanjeev
2011-06-20 12:07     ` Premi, Sanjeev
2011-06-20 12:20     ` Russell King - ARM Linux
2011-06-20 12:20       ` Russell King - ARM Linux
2011-06-20 12:20       ` Russell King - ARM Linux
2011-06-20 12:20       ` [PATCH 1/2] config: omap2+: force fb and dss support as Russell King - ARM Linux
2011-06-20 12:24       ` [PATCH 1/2] config: omap2+: force fb and dss support as built-in Premi, Sanjeev
2011-06-20 12:36         ` Premi, Sanjeev
2011-06-20 12:24         ` Premi, Sanjeev
2011-06-20 12:24         ` Premi, Sanjeev
2011-06-20 12:07   ` Premi, Sanjeev
2011-06-20 13:04   ` Tomi Valkeinen
2011-06-20 13:04     ` Tomi Valkeinen
2011-06-20 13:04     ` [PATCH 1/2] config: omap2+: force fb and dss support as Tomi Valkeinen
2011-06-21  5:00     ` [PATCH 1/2] config: omap2+: force fb and dss support as built-in Tushar Behera
2011-06-21  5:12       ` Tushar Behera
2011-06-21  5:00       ` Tushar Behera
2011-06-20 10:46 ` Tushar Behera [this message]
2011-06-20 10:58   ` [PATCH 2/2] video: omap2: Compile omap2 support only when needed Tushar Behera
2011-06-20 10:46   ` Tushar Behera
2011-06-20 13:06   ` Tomi Valkeinen
2011-06-20 13:06     ` Tomi Valkeinen
2011-06-20 13:06     ` [PATCH 2/2] video: omap2: Compile omap2 support only when Tomi Valkeinen
2011-06-21  4:48     ` [PATCH 2/2] video: omap2: Compile omap2 support only when needed Tushar Behera
2011-06-21  4:49       ` Tushar Behera
2011-06-21  4:48       ` Tushar Behera
2011-06-21  5:24       ` Tomi Valkeinen
2011-06-21  5:24         ` Tomi Valkeinen
2011-06-21  5:24         ` Tomi Valkeinen
2011-06-21  5:24         ` [PATCH 2/2] video: omap2: Compile omap2 support only when Tomi Valkeinen

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=1308566761-2850-3-git-send-email-tushar.behera@linaro.org \
    --to=tushar.behera@linaro.org \
    --cc=lethal@linux-sh.org \
    --cc=linaro-dev@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=patches@linaro.org \
    --cc=tomi.valkeinen@nokia.com \
    --cc=tony@atomide.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.