On Fri, Mar 07, 2008 at 10:17:51AM +0100, Martin Schwidefsky wrote: > On Thu, 2008-03-06 at 21:08 +0100, Bastian Blank wrote: > > On Wed, Mar 05, 2008 at 06:02:03PM -0500, Josef 'Jeff' Sipek wrote: > > > config DASD > > > tristate "Support for DASD devices" > > > - depends on CCW && BLOCK > > > + depends on CCW && IOSCHED_DEADLINE && BLOCK > > > > select IOSCHED_DEADLINE? > > Yes, this makes more sense. Err... I made the "depends on" suggestion because of this from Documentation/kbuild/kconfig-language.txt : Note: select is evil.... select will by brute force set a symbol equal to 'y' without visiting the dependencies. So abusing select you are able to select a symbol FOO even if FOO depends on BAR that is not set. In general use select only for non-visible symbols (no promts anywhere) and for symbols with no dependencies. That will limit the usefulness but on the other hand avoid the illegal configurations all over. kconfig should one day warn about such things. -- To unsubscribe from this list: send the line "unsubscribe linux-s390" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html