Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5937a41 authored by Anton Vorontsov's avatar Anton Vorontsov Committed by Greg Kroah-Hartman
Browse files

ehci-fsl: add PPC_MPC837x to default y



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: default avatarAnton Vorontsov <avorontsov@ru.mvista.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c6dd2e61
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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.