mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* duplicate symbol
@ 2010-11-09  9:40 David Lutolf
  2010-11-09 17:16 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: David Lutolf @ 2010-11-09  9:40 UTC (permalink / raw)
  To: linux-kernel

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

regards

-David

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: duplicate symbol
  2010-11-09  9:40 duplicate symbol David Lutolf
@ 2010-11-09 17:16 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2010-11-09 17:16 UTC (permalink / raw)
  To: David Lutolf; +Cc: linux-kernel

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 ***

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-09 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-09  9:40 duplicate symbol David Lutolf
2010-11-09 17:16 ` Randy Dunlap

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