From: Ran Wang <ran.wang_1@nxp.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Alan Stern <stern@rowland.harvard.edu>
Cc: "linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Rajesh Bhagat <rajesh.bhagat@nxp.com>,
Ran Wang <ran.wang_1@nxp.com>
Subject: [PATCH 1/3] usb: kconfig: remove dependency FSL_SOC for ehci fsl driver
Date: Tue, 8 Jan 2019 06:04:23 +0000 [thread overview]
Message-ID: <20190108060426.11581-1-ran.wang_1@nxp.com> (raw)
From: Rajesh Bhagat <rajesh.bhagat@nxp.com>
CONFIG_USB_EHCI_FSL is not dependent on FSL_SOC, it can be built on
non-PPC platforms.
Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com>
Signed-off-by: Ran Wang <ran.wang_1@nxp.com>
---
drivers/usb/host/Kconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 16758b1..53cbc0c 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -179,8 +179,8 @@ config XPS_USB_HCD_XILINX
devices only.
config USB_EHCI_FSL
- tristate "Support for Freescale PPC on-chip EHCI USB controller"
- depends on FSL_SOC
+ tristate "Support for Freescale on-chip EHCI USB controller"
+ depends on USB_EHCI_HCD
select USB_EHCI_ROOT_HUB_TT
---help---
Variation of ARC USB block used in some Freescale chips.
--
1.7.1
next reply other threads:[~2019-01-08 6:04 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-08 6:04 Ran Wang [this message]
2019-01-08 6:04 ` [PATCH 2/3] usb: ehci: fsl: Update register accessing for arm/arm64 platforms Ran Wang
2019-01-08 15:45 ` Greg Kroah-Hartman
2019-01-17 8:06 ` Ran Wang
2019-01-08 16:20 ` Alan Stern
2019-01-09 3:37 ` Ran Wang
2019-01-09 15:14 ` Alan Stern
2019-01-10 3:41 ` Ran Wang
2019-01-10 15:29 ` Alan Stern
2019-01-11 9:10 ` Ran Wang
2019-01-08 6:04 ` [PATCH 3/3] drivers: usb :fsl: Remove USB Errata checking code Ran Wang
2019-01-08 15:44 ` Greg Kroah-Hartman
2019-01-09 2:35 ` Ran Wang
2019-01-08 16:22 ` Alan Stern
2019-01-09 3:52 ` Ran Wang
2019-01-08 16:59 ` kbuild test robot
2019-01-08 16:11 ` [PATCH 1/3] usb: kconfig: remove dependency FSL_SOC for ehci fsl driver Alan Stern
2019-01-09 3:23 ` Ran Wang
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=20190108060426.11581-1-ran.wang_1@nxp.com \
--to=ran.wang_1@nxp.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=rajesh.bhagat@nxp.com \
--cc=stern@rowland.harvard.edu \
/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