> diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig > index 0852d33..dbe9626 100644 > --- a/drivers/macintosh/Kconfig > +++ b/drivers/macintosh/Kconfig > @@ -2,7 +2,7 @@ > menuconfig MACINTOSH_DRIVERS > bool "Macintosh device drivers" > depends on PPC || MAC || X86 > - default y if MAC > + default y if (PPC_PMAC || MAC)
Ah yes it needs to be PPC_MAC. Sigh. MAC apparently is only the m68k macs. Patch is good, although I guess it would be better to change this death trap and always define MAC on PPC MACs too. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

