Re: problem in drivers/block/Config.in (PATCH)

2001-04-01 Thread Tim Waugh
On Sat, Mar 31, 2001 at 04:00:27PM +0200, Pozsar Balazs wrote: > On Fri, Mar 30, 2001 at 10:17:08PM +0200, Herbert Rosmanith wrote: > In fact, if we want to get what is said in the comment, we should write: > > if [ "$CONFIG_PARPORT" = "m" -a "$CONFIG_PARIDE_PARPORT" = "y" ] ; then >define_b

Re: problem in drivers/block/Config.in (PATCH)

2001-03-31 Thread Pozsar Balazs
On Fri, Mar 30, 2001 at 10:17:08PM +0200, Herbert Rosmanith wrote: > > hi, > > I noticed that the option CONFIG_PARIDE_PARPORT will always be "y", > even if CONFIG_PARIDE_PARPORT="n". I checked with kernels 2.2.18 > and 2.2.19. > > the file responsible is "drivers/block/Config.in", around line

Re: problem in drivers/block/Config.in

2001-03-30 Thread Tim Waugh
On Fri, Mar 30, 2001 at 10:17:08PM +0200, Herbert Rosmanith wrote: > why not simply write: > > define_bool CONFIG_PARIDE_PARPORT $CONFIG_PARPORT > > instead? Because it isn't that simple. PARIDE works with parport, or without parport, but if parport is a module then PARIDE must be confi