From: Xulei <B33228@freescale.com>
To: <linuxppc-dev@lists.ozlabs.org>
Cc: Xulei <B33228@freescale.com>, Kumar Gala <kumar.gala@freescale.com>
Subject: [PATCH] USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms
Date: Mon, 10 Jan 2011 18:06:57 +0800 [thread overview]
Message-ID: <1294654017-32568-1-git-send-email-B33228@freescale.com> (raw)
For FSL PPC SoCs USB_ARCH_HAS_EHCI currently on depends on PPC_83xx.
However that excludes support for USB on 85xx & QorIQ devices. Use
FSL_SOC insted which will get us 83xx, 85xx, QorIQ, and 5xxx which all
have the same USB IP on them.
Signed-off-by: Xulei <B33228@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
---
drivers/usb/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 6a58cb1..d513d3a 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -57,7 +57,7 @@ config USB_ARCH_HAS_OHCI
# some non-PCI hcds implement EHCI
config USB_ARCH_HAS_EHCI
boolean
- default y if PPC_83xx
+ default y if FSL_SOC
default y if SOC_AU1200
default y if ARCH_IXP4XX
default y if ARCH_W90X900
--
1.7.0.4
next reply other threads:[~2011-01-10 10:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-10 10:06 Xulei [this message]
2011-01-10 16:22 ` [PATCH] USB: Fix USB Kconfig dependency problem on 85xx/QoirQ platforms Kumar Gala
2011-01-11 11:51 ` xulei
-- strict thread matches above, loose matches on Subject: below --
2011-10-14 20:35 Kumar Gala
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=1294654017-32568-1-git-send-email-B33228@freescale.com \
--to=b33228@freescale.com \
--cc=kumar.gala@freescale.com \
--cc=linuxppc-dev@lists.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).