public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* paride/Config.in and bool vs. mconfig 0.20
@ 2001-12-02 16:29 Matthias Andree
  2001-12-04 11:27 ` [patch] " Tim Waugh
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Andree @ 2001-12-02 16:29 UTC (permalink / raw)
  To: tim, Linux-Kernel mailing list

I tried to configure 2.4.17pre2 with mconfig 0.20, it said:

| drivers/block/paride/Config.in: 32: warning: bool command has extra
| arguments

And rightly so, bool wants the configuration question and the parameter,
nothing else.

Either that needs some dep_ stuff or it has indeed an extra argument, I
cannot decide which one is correct, so I'm not providing a patch now.

Would it be possible to fix this before 2.4.17 or 2.5.1 respectively?

-- 
Matthias Andree

"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."         Benjamin Franklin

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [patch] Re: paride/Config.in and bool vs. mconfig 0.20
  2001-12-02 16:29 paride/Config.in and bool vs. mconfig 0.20 Matthias Andree
@ 2001-12-04 11:27 ` Tim Waugh
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Waugh @ 2001-12-04 11:27 UTC (permalink / raw)
  To: linux-kernel

On Sun, Dec 02, 2001 at 05:29:57PM +0100, Matthias Andree wrote:

> I tried to configure 2.4.17pre2 with mconfig 0.20, it said:
> 
> | drivers/block/paride/Config.in: 32: warning: bool command has extra
> | arguments
> 
> And rightly so, bool wants the configuration question and the parameter,
> nothing else.
> 
> Either that needs some dep_ stuff or it has indeed an extra argument, I
> cannot decide which one is correct, so I'm not providing a patch now.

That option really is just a bool.  Here is the fix.

Tim.
*/

--- linux/drivers/block/paride/Config.in.bool	Tue Dec  4 11:23:35 2001
+++ linux/drivers/block/paride/Config.in	Tue Dec  4 11:24:17 2001
@@ -29,7 +29,7 @@
 dep_tristate '    Shuttle EPAT/EPEZ protocol' CONFIG_PARIDE_EPAT $CONFIG_PARIDE
 if [ "$CONFIG_PARIDE_EPAT" != "n" ]; then
   if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-    bool '     Support c7/c8 chips (EXPERIMENTAL)' CONFIG_PARIDE_EPATC8 $CONFIG_PARIDE
+    bool '     Support c7/c8 chips (EXPERIMENTAL)' CONFIG_PARIDE_EPATC8
   fi
 fi
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-04 11:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-02 16:29 paride/Config.in and bool vs. mconfig 0.20 Matthias Andree
2001-12-04 11:27 ` [patch] " Tim Waugh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox