mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
1440e0967d
commit
e057a35aa1
|
@ -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---
|
||||
|
|
Loading…
Reference in New Issue