Skip to content

Commit

Permalink
ehci-fsl: add PPC_MPC837x to default y
Browse files Browse the repository at this point in the history
This patch converts USB_EHCI_FSL config option into the verbose
bool, so we'll able to select it for other freescale processors
with built-in EHCI controller.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Anton Vorontsov authored and Greg Kroah-Hartman committed Feb 21, 2008
1 parent c6dd2e6 commit b5937a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ config USB_EHCI_BIG_ENDIAN_DESC
default y

config USB_EHCI_FSL
bool
depends on USB_EHCI_HCD
bool "Support for Freescale on-chip EHCI USB controller"
depends on USB_EHCI_HCD && FSL_SOC
select USB_EHCI_ROOT_HUB_TT
default y if PPC_MPC834x || PPC_MPC831x
---help---
Variation of ARC USB block used in some Freescale chips.

Expand Down

0 comments on commit b5937a4

Please sign in to comment.