public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Lars-Peter Clausen <lars@metafoo•de>
To: Ralf Baechle <ralf@linux-mips•org>
Cc: Stephen Rothwell <sfr@canb•auug.org.au>,
	linux-next@vger•kernel.org, linux-kernel@vger•kernel.org,
	Lars-Peter Clausen <lars@metafoo•de>
Subject: [PATCH] fbdev: Make jz4740-fb depends on MACH_JZ4740
Date: Tue, 27 Jul 2010 04:32:59 +0200	[thread overview]
Message-ID: <1280197979-24307-1-git-send-email-lars@metafoo.de> (raw)
In-Reply-To: <20100727111422.673b4919.sfr@canb.auug.org.au>

The jz4740-fb driver should only be selectabed of MACH_JZ4740 is selected.

Signed-off-by: Lars-Peter Clausen <lars@metafoo•de>
---
 drivers/video/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index a42cb9b..9e711a1 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2231,7 +2231,7 @@ config FB_BROADSHEET
 
 config FB_JZ4740
 	tristate "JZ4740 LCD framebuffer support"
-	depends on FB
+	depends on FB && MACH_JZ4740
 	select FB_SYS_FILLRECT
 	select FB_SYS_COPYAREA
 	select FB_SYS_IMAGEBLIT
-- 
1.5.6.5

  reply	other threads:[~2010-07-27  2:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-27  1:14 linux-next: build failure after merge of the mips tree Stephen Rothwell
2010-07-27  2:32 ` Lars-Peter Clausen [this message]
2010-07-27  5:55   ` [PATCH] fbdev: Make jz4740-fb depends on MACH_JZ4740 Ralf Baechle
2010-07-28  1:31     ` Stephen Rothwell
2010-07-28  2:14       ` Stephen Rothwell
2010-07-28  2:35       ` Ralf Baechle

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=1280197979-24307-1-git-send-email-lars@metafoo.de \
    --to=lars@metafoo$(echo .)de \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=ralf@linux-mips$(echo .)org \
    --cc=sfr@canb$(echo .)auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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