1 May 2009 01:10
Re: [PATCH 8/8 V2] MX27ADS: Add CS89x0 support
Robby Cai <robby.cai <at> gmail.com>
2009-04-30 23:10:18 GMT
2009-04-30 23:10:18 GMT
IIRC, someone in this list recommends to do like the following(for example), rather than always add new item at the end of the line. depends on MACH_IXDP2351 || ARCH_IXDP2X01 || ARCH_PNX010X || MACH_MX27ADS || MACH_MX31ADS And next time if we would like to another new item, saying MACH_MX21ADS, then the result would be depends on MACH_IXDP2351 || ARCH_IXDP2X01 || ARCH_PNX010X || MACH_MX21ADS || MACH_MX27ADS || MACH_MX31ADS Regards, Robby On Thu, Apr 30, 2009 at 6:48 PM, Vladimir Barinov <vova.barinov <at> gmail.com>wrote: > Hello Robby, > > Robby Cai wrote: > >> Does it make sense if we add keep the new items in the alphabetic/numeric >> order? >> Nowadays, seems more and more people are paying attention on this. >> >> What actually do propose to line up in alphabetic/numeric order here? > AFAIK the alphabetic order is suggested to use in Kconfig files for > variables. > Not sure if this valid here. In this patch you can find only added > dependencies.(Continue reading)
RSS Feed