1
0
Fork 0

USB: fix HCD Kconfig goofage

Add a missing dependency which goofs up the xconfig display.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
David Brownell 2007-12-21 00:29:05 -08:00 committed by Greg Kroah-Hartman
parent 1440e0967d
commit e057a35aa1
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ config USB_EHCI_BIG_ENDIAN_DESC
config USB_EHCI_FSL
bool
depends on USB_EHCI_HCD
select USB_EHCI_ROOT_HUB_TT
default y if MPC834x || PPC_MPC831x
---help---