[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20101109091646.bda98776.randy.dunlap@oracle.com>
Date: Tue, 9 Nov 2010 09:16:46 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: David Lutolf <david@...olf.ch>
Cc: linux-kernel@...r.kernel.org
Subject: Re: duplicate symbol
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 ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists