* [RFC PATCH] atmel_lcdfb Kconfig: remove long dependency line
[not found] ` <20090625084631.GA7985@n2100.arm.linux.org.uk>
@ 2009-11-03 14:42 ` Nicolas Ferre
0 siblings, 0 replies; only message in thread
From: Nicolas Ferre @ 2009-11-03 14:42 UTC (permalink / raw)
To: linux-arm-kernel
I come back on this patch as I have a Kconfig cleanup patch series coming.
Russell King - ARM Linux :
> On Tue, Jun 23, 2009 at 04:12:54PM +0200, Nicolas Ferre wrote:
>> Haavard Skinnemoen :
>>> Nicolas Ferre wrote:
>>>> +config ARCH_ATMEL_HAS_FB
>>>> + bool
>>>> + depends on FB
>>>> + default n
>>> What happens when we unconditionally select something which depends on
>>> something else?
>> :-P
>>
>> Experience shows that this configuration is selected.
>>
>> The dependency allows to have a good hierarchy in the configuration tree...
>> Better proposition welcome.
>
> 1st - no need for 'default n' - you're specifying something that's already
> the default.
Ok.
> 2nd - don't make this symbol depend on anything, and don't use the symbol
> for anything except providing a dependency for FB_ATMEL. Instead, let
> FB_ATMEL deal with the dependency on FB and ARCH_ATMEL_HAS_FB.
The problem is that if I do not setup the dependency here the menu entry
will not be available at the proper level. In fact I will see the Atmel
LCD entry here:
"Graphics support"
<*> Support for frame buffer devices --->
<*> AT91/AT32 LCD Controller support
instead of here:
"Graphics support"
---> "Support for frame buffer devices"
[..]
<*> "AT91/AT32 LCD Controller support"
[..]
So I keep the depend.
> 3rd - ISTR we have a convention for these - 'HAVE_foo' for a configuration
> option named 'foo'. So it should probably be HAVE_FB_ATMEL.
Ok, changed to HAVE_FB_ATMEL indeed.
Thanks. Best regards,
--
Nicolas Ferre
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-03 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <4A40D695.5000302@atmel.com>
[not found] ` <1245767456-6434-1-git-send-email-nicolas.ferre@atmel.com>
[not found] ` <20090623153556.0e574899@hskinnemoen-d830>
[not found] ` <4A40E2E6.9060904@atmel.com>
[not found] ` <20090625084631.GA7985@n2100.arm.linux.org.uk>
2009-11-03 14:42 ` [RFC PATCH] atmel_lcdfb Kconfig: remove long dependency line Nicolas Ferre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).