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

Commit e057a35a authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman
Browse files

USB: fix HCD Kconfig goofage



Add a missing dependency which goofs up the xconfig display.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1440e096
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -79,6 +79,7 @@ config USB_EHCI_BIG_ENDIAN_DESC


config USB_EHCI_FSL
config USB_EHCI_FSL
	bool
	bool
	depends on USB_EHCI_HCD
	select USB_EHCI_ROOT_HUB_TT
	select USB_EHCI_ROOT_HUB_TT
	default y if MPC834x || PPC_MPC831x
	default y if MPC834x || PPC_MPC831x
	---help---
	---help---