From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ZenIV.linux.org.uk (zeniv.linux.org.uk [195.92.253.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 0A03467B5E for ; Thu, 15 Jun 2006 21:23:34 +1000 (EST) Date: Thu, 15 Jun 2006 12:23:29 +0100 From: Al Viro To: Linus Torvalds Subject: [PATCH] m68k: windfarm is powerpc-only, don't do it on m68k macs Message-ID: <20060615112329.GL27946@ftp.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org, linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Al Viro --- drivers/macintosh/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) c3d6ecc77e8e5d4ac82c3bf27ed02b8c0d83d41d diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig index 12ad462..ccf5df4 100644 --- a/drivers/macintosh/Kconfig +++ b/drivers/macintosh/Kconfig @@ -171,6 +171,7 @@ config THERM_PM72 config WINDFARM tristate "New PowerMac thermal control infrastructure" + depends on PPC config WINDFARM_PM81 tristate "Support for thermal management on iMac G5" -- 1.3.GIT