usb: musb: Kconfig: Drop dependency on MACH_JZ4740 for jz4740
Depending on MACH_JZ4740 prevent us from creating a generic kernel that works on more than one MIPS board. Instead, we just depend on MIPS being set. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Bin Liu <b-liu@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e2d5e09485
commit
874b08ba75
|
@ -112,7 +112,7 @@ config USB_MUSB_UX500
|
|||
config USB_MUSB_JZ4740
|
||||
tristate "JZ4740"
|
||||
depends on NOP_USB_XCEIV
|
||||
depends on MACH_JZ4740 || COMPILE_TEST
|
||||
depends on MIPS || COMPILE_TEST
|
||||
depends on USB_MUSB_GADGET
|
||||
depends on USB_OTG_BLACKLIST_HUB
|
||||
|
||||
|
|
Loading…
Reference in New Issue