mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: David Lutolf <david@lutolf.ch>
Cc: linux-kernel@vger.kernel.org
Subject: Re: duplicate symbol
Date: Tue, 9 Nov 2010 09:16:46 -0800	[thread overview]
Message-ID: <20101109091646.bda98776.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1289295651-995eb1fafe32ac083b721f6ec0720266@lutolf.ch>

On Tue, 09 Nov 2010 10:40:51 +0100 David Lutolf wrote:

> in the kernel config, we can find
> 
> CS5535_GPIO (Device drivers -> Character devices)
> GPIO_CS5535 (Device drivers -> GPIO support)
> 
> this looks like it should be cleaned out

Well, it's unfortunate, undesirable, and confusing, but not incorrect AFAICT.

drivers/char/Kconfig:

config CS5535_GPIO
	tristate "AMD CS5535/CS5536 GPIO (Geode Companion Device)"

drivers/gpio/Kconfig:

config GPIO_CS5535
	tristate "AMD CS5535/CS5536 GPIO support"
	depends on PCI && !CS5535_GPIO


Still, I agree that a change would be good/helpful.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

      reply	other threads:[~2010-11-09 17:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-09  9:40 David Lutolf
2010-11-09 17:16 ` Randy Dunlap [this message]

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=20101109091646.bda98776.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=david@lutolf.ch \
    --cc=linux-kernel@vger.kernel.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

Powered by JetHome