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

Commit 618b8867 authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Greg Kroah-Hartman
Browse files

USB: ehci-fsl: mpc834x config symbol is PPC_MPC834x, not MPC834x



The config symbol for mpc834x processors is CONFIG_PPC_MPC834x,
not CONFIG_MPC834x.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Acked-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 94409cc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ config USB_EHCI_FSL
	bool
	depends on USB_EHCI_HCD
	select USB_EHCI_ROOT_HUB_TT
	default y if MPC834x || PPC_MPC831x
	default y if PPC_MPC834x || PPC_MPC831x
	---help---
	  Variation of ARC USB block used in some Freescale chips.