Hello. tom.leiming@xxxxxxxxx wrote:
From: Ming Lei <tom.leiming@xxxxxxxxx>
This patch allows all hw glue drivers to be built into one single image, so that we can support one single image to be run in multiple machines.
Signed-off-by: Ming Lei <tom.leiming@xxxxxxxxx>
[...]
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index f7d6c61..6aa40be 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig @@ -33,46 +33,43 @@ config USB_MUSB_HDRC
[...]
config USB_MUSB_UX500_GLUE select USB_MUSB_UX500 tristate "U8500 and U5500" - depends on (ARCH_U8500 && AB8500_USB) || (ARCH_U5500) - -endchoice + depends on ((ARCH_U8500 && AB8500_USB) || (ARCH_U5500)) && USB_MUSB_HDRC
You could have dropped the useless parens around ARCH_U5500, while at it... WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html