All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gilles Espinasse" <g.esp@free.fr>
To: <sam@ravnborg.org>
Cc: <linux-kernel@vger.kernel.org>, <linux-kbuild@vger.kernel.org>
Subject: [PATCH] Be able to build pmac driver without IDE built-in
Date: Thu, 19 Mar 2009 18:41:46 +0100	[thread overview]
Message-ID: <0a0401c9a8b9$fa181c30$f9b5a8c0@pii350> (raw)

No reason to need IDE built-in to be able to compile pmac driver
Tested to work on 2.6.29-rc8 and 2.6.28.8 with ide and pmac as modules
inside an initramfs

 Signed-off-by: Gilles Espinasse <g.esp@free.fr>

--- linux-2.6.28/drivers/ide/Kconfig.old 2009-03-19 16:36:34.000000000 +0100
+++ linux-2.6.28/drivers/ide/Kconfig 2009-03-19 16:35:49.000000000 +0100
@@ -676,7 +676,7 @@
 # TODO: BLK_DEV_IDEDMA_PCI -> BLK_DEV_IDEDMA_SFF
 config BLK_DEV_IDE_PMAC
  tristate "PowerMac on-board IDE support"
- depends on PPC_PMAC && IDE=y
+ depends on PPC_PMAC && IDE
  select IDE_TIMINGS
  select BLK_DEV_IDEDMA_PCI
  help


WARNING: multiple messages have this Message-ID (diff)
From: "Gilles Espinasse" <g.esp@free.fr>
To: sam@ravnborg.org
Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org
Subject: [PATCH] Be able to build pmac driver without IDE built-in
Date: Thu, 19 Mar 2009 18:41:46 +0100	[thread overview]
Message-ID: <0a0401c9a8b9$fa181c30$f9b5a8c0@pii350> (raw)

No reason to need IDE built-in to be able to compile pmac driver
Tested to work on 2.6.29-rc8 and 2.6.28.8 with ide and pmac as modules
inside an initramfs

 Signed-off-by: Gilles Espinasse <g.esp@free.fr>

--- linux-2.6.28/drivers/ide/Kconfig.old 2009-03-19 16:36:34.000000000 +0100
+++ linux-2.6.28/drivers/ide/Kconfig 2009-03-19 16:35:49.000000000 +0100
@@ -676,7 +676,7 @@
 # TODO: BLK_DEV_IDEDMA_PCI -> BLK_DEV_IDEDMA_SFF
 config BLK_DEV_IDE_PMAC
  tristate "PowerMac on-board IDE support"
- depends on PPC_PMAC && IDE=y
+ depends on PPC_PMAC && IDE
  select IDE_TIMINGS
  select BLK_DEV_IDEDMA_PCI
  help


             reply	other threads:[~2009-03-19 17:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-19 17:41 Gilles Espinasse [this message]
2009-03-19 17:41 ` [PATCH] Be able to build pmac driver without IDE built-in Gilles Espinasse
2009-03-23 20:12 ` Bartlomiej Zolnierkiewicz

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='0a0401c9a8b9$fa181c30$f9b5a8c0@pii350' \
    --to=g.esp@free.fr \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.