Felipe, On 12/08/2015 08:59 AM, Felipe Balbi wrote:
Hi, Bin Liu <[email protected]> writes:diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 5b625e2..b33e00b 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -32,7 +32,7 @@ if USB_SUPPORT config USB_COMMON tristate default y - depends on USB || USB_GADGET || USB_OTG + depends on USB || USB_GADGET || USB_OTG || AM335X_PHY_USBAM335X_PHY_USB can only be selected in case USB or USB_GADGET is selected, right ? This extra depends here smells very fishy.
I will have to double check it again. I forgot what exact the issue was when I was creating this patch. Without this depends, there was symbol missing error when compile, I don't remember that was due to M or Y on AM335x_PHY_USB or it was be disabled.
-- Regards, -Bin. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
