[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200706220845.07573.ak@suse.de>
Date: Fri, 22 Jun 2007 08:45:07 +0200
From: Andi Kleen <ak@...e.de>
To: Olaf Hering <olaf@...fle.de>
Cc: torvalds@...l.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH for 2.6.22] [6/10] x86: Only make Macintosh drivers default on Macs
> 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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists