lkml.org 
[lkml]   [2003]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] simplify i386 mca Kconfig bits
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/
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.405 / U:0.424 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site