From: David Miller <davem@davemloft.net>
To: linuxppc-dev@ozlabs.org
Subject: [PATCH]: PPC_OF protect USB driver...
Date: Mon, 05 May 2008 00:57:15 -0700 (PDT) [thread overview]
Message-ID: <20080505.005715.215572318.davem@davemloft.net> (raw)
This uses APIs that are not generic, or at least not part of
what Sparc provides yet.
So just PPC_OF this for now just like the EHCI_OF driver.
This fixes allmodconfig build errors on sparc.
Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 33b467a..1ef6df3 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -129,7 +129,7 @@ config USB_ISP1760_PCI
config USB_ISP1760_OF
bool "Support for the OF platform bus"
- depends on USB_ISP1760_HCD && OF
+ depends on USB_ISP1760_HCD && PPC_OF
---help---
Enables support for the device present on the PowerPC
OpenFirmware platform bus.
next reply other threads:[~2008-05-05 7:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-05 7:57 David Miller [this message]
2008-05-05 8:26 ` [PATCH]: PPC_OF protect USB driver Benjamin Herrenschmidt
2008-05-09 5:27 ` Paul Mackerras
2008-05-09 5:51 ` David Miller
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=20080505.005715.215572318.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=linuxppc-dev@ozlabs.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).