linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Bastian Blank <waldi@debian.org>
To: debian-kernel@lists.debian.org, linuxppc-dev@ozlabs.org
Cc: luther@debian.org
Subject: Mac devices on PREP
Date: Sun, 28 Jan 2007 13:01:26 +0100	[thread overview]
Message-ID: <20070128120126.GA21984@wavehammer.waldi.eu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

Hi folks

Currently, the whole bunch of macintosh devices (drivers/macintosh) are
listed to be available on all ppc variants. Some of them does not build
for prep.

The attached patch restricts the whole bunch to PPC_PMAC. I'm not sure
if this is the correct fix.

Bastian

diff --git a/drivers/macintosh/Kconfig b/drivers/macintosh/Kconfig
index a9e747c..0653b3a 100644
--- a/drivers/macintosh/Kconfig
+++ b/drivers/macintosh/Kconfig
@@ -1,6 +1,6 @@
 
 menu "Macintosh device drivers"
-	depends on PPC || MAC
+	depends on PPC_PMAC || MAC
 
 config ADB
 	bool "Apple Desktop Bus (ADB) support"
-- 
Humans do claim a great deal for that particular emotion (love).
		-- Spock, "The Lights of Zetar", stardate 5725.6

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

             reply	other threads:[~2007-01-28 12:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-28 12:01 Bastian Blank [this message]
2007-01-27 22:24 ` Mac devices on PREP Brad Boyer
2007-01-28 19:23   ` Gabriel Paubert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070128120126.GA21984@wavehammer.waldi.eu.org \
    --to=waldi@debian.org \
    --cc=debian-kernel@lists.debian.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=luther@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).