Re: [PATCH] simplify i386 mca Kconfig bits

From: Christoph Hellwig (hch@lst.de)
Date: Tue Aug 05 2003 - 06:35:51 EST


On Tue, Aug 05, 2003 at 01:33:51PM +0200, Christoph Hellwig wrote:
> I should better attach the patch :)

*grr*, actually that was the next patch (also for inclusion) that fixes
drivers that include <linux/mca.h> on arches that don't have mca.

Here's the right one, finally.

--- 1.62/arch/i386/Kconfig Thu Jun 19 19:06:56 2003
+++ edited/arch/i386/Kconfig Tue Jun 24 21:31:52 2003
@@ -1104,16 +1104,13 @@
 
 config MCA
         bool "MCA support"
- depends on !(X86_VISWS || X86_VOYAGER)
+ depends on !X86_VISWS
+ default y if X86_VOYAGER
         help
           MicroChannel Architecture is found in some IBM PS/2 machines and
           laptops. It is a bus system similar to PCI or ISA. See
           <file:Documentation/mca.txt> (and especially the web page given
           there) before attempting to build an MCA bus kernel.
-
-config MCA
- depends on X86_VOYAGER
- default y if X86_VOYAGER
 
 source "drivers/mca/Kconfig"
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 07 2003 - 22:00:28 EST