1
0
Fork 0

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>
hifive-unleashed-5.1
Paul Cercueil 2019-02-11 11:14:49 -06:00 committed by Greg Kroah-Hartman
parent e2d5e09485
commit 874b08ba75
1 changed files with 1 additions and 1 deletions

View File

@ -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