All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel@wildgooses.com
To: lists@wildgooses.com, grant.likely@secretlab.ca, dilinger@queued.net
Cc: linux-geode@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: [PATCH] gpio: Show explicit dependency between GPIO_CS5535 and MFD_CS5535
Date: Sat, 19 Mar 2011 17:46:25 +0000	[thread overview]
Message-ID: <1300556785-30368-1-git-send-email-kernel@wildgooses.com> (raw)
In-Reply-To: <AANLkTinJNFZ-c_+Cuan5ebuRadrOvdfivxQjnN9GZPt=@mail.gmail.com>

From: Ed Wildgoose <kernel@wildgooses.com>

cs5535-gpio.c has been split into two, with various setup moved
into cs5535-mfd.c.  Given that cs5535-gpio will not load without
the -mfd part, lets make that dependency explicit in Kconfig

Signed-off-by: Ed Wildgoose <kernel@wildgooses.com>
---
:100644 100644 664660e... 3246ad4... M	drivers/gpio/Kconfig
 drivers/gpio/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 664660e..3246ad4 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -295,7 +295,7 @@ comment "PCI GPIO expanders:"
 
 config GPIO_CS5535
 	tristate "AMD CS5535/CS5536 GPIO support"
-	depends on PCI && X86 && !CS5535_GPIO
+	depends on PCI && X86 && !CS5535_GPIO && MFD_CS5535
 	help
 	  The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
 	  can be used for quite a number of things.  The CS5535/6 is found on
-- 
1.7.4


  parent reply	other threads:[~2011-03-19 17:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4D81D7FD.1040602@wildgooses.com>
2011-03-17 15:43 ` Feedback please: [PATCH] leds: New PCEngines Alix LED driver using gpio interface Andres Salomon
2011-03-17 16:08   ` Grant Likely
2011-03-17 17:24     ` Ed W
2011-03-17 17:52       ` Andres Salomon
2011-03-17 17:59         ` Ed W
2011-03-17 18:17           ` Grant Likely
2011-03-18 18:12             ` kernel
2011-03-18 18:32               ` Ed W
2011-03-18 22:48                 ` Grant Likely
2011-03-19 16:51                   ` [PATCH] leds: New PCEngines Alix system driver (enables LEDs via gpio interface) kernel
2011-03-19 17:21                     ` Ed W
2011-03-24  3:52                     ` Grant Likely
2011-03-19 17:46                   ` kernel [this message]
2011-03-19 19:59                     ` [PATCH] gpio: Show explicit dependency between GPIO_CS5535 and MFD_CS5535 Andres Salomon
2011-03-17 18:22           ` Feedback please: [PATCH] leds: New PCEngines Alix LED driver using gpio interface Andres Salomon
2011-03-17 18:12       ` Grant Likely
2011-03-17 17:04   ` Ed W
2011-03-17 18:07     ` Grant Likely

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=1300556785-30368-1-git-send-email-kernel@wildgooses.com \
    --to=kernel@wildgooses.com \
    --cc=dilinger@queued.net \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-geode@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lists@wildgooses.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.