On Sun, May 13, 2007 at 06:32:47PM +0200, Bastian Blank wrote:
> On Sun, May 13, 2007 at 04:19:30PM +0000, Christian T. Steigies wrote:
> > +# 2.6.21
> > +# uses undefined isa_*
> > +# CONFIG_PARPORT is not set
> > +# CONFIG_PARPORT_PC is not set
> 
> Please mark them properly as BROKEN in the config and suply patches.

You mean something like this?

Index: linux-2.6-2.6.21/drivers/parport/Kconfig
===================================================================
--- linux-2.6-2.6.21.orig/drivers/parport/Kconfig       2007-05-13 
20:53:39.000000000 +0200
+++ linux-2.6-2.6.21/drivers/parport/Kconfig    2007-05-13 20:58:46.000000000 
+0200
@@ -9,6 +9,7 @@
 
 config PARPORT
        tristate "Parallel port support"
+       depends on (!MAC || BROKEN)
        ---help---
          If you want to use devices connected to your machine's parallel port
          (the connector at the computer with 25 holes), e.g. printer, ZIP
@@ -34,7 +35,7 @@
 
 config PARPORT_PC
        tristate "PC-style hardware"
-       depends on PARPORT && (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV
+       depends on PARPORT && (!SPARC64 || PCI) && !SPARC32 && !M32R && !FRV && 
(!MAC || BROKEN)
        ---help---
          You should say Y here if you have a PC-style parallel port. All
          IBM PC compatible computers and some Alphas have PC-style

I don't see how this helps, should I undo the config change then?

BTW I can compile 2.6.21 kernels for amiga and mac, but building the deb
fails, since there is no rule to build the plain_image. It would be really
helpful if somebody could tell me what to fix here, or fix it for me. Why
does this work for other arches, but not m68k?

Christian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to