Re: [PATCH v7 2/4] usb: dwc3: qcom: Add interconnect support in dwc3 driver
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2020-05-19 03:29:43
Also in:
linux-arm-msm, linux-usb, lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2020-05-19 03:29:43
Also in:
linux-arm-msm, linux-usb, lkml
On 18-05-20, 11:35, Bjorn Andersson wrote:
This misses the case where INTERCONNECT=n and USB_DWC3_QCOM=[ym] which I don't see a reason for breaking. But if only INTERCONNECT where a bool, then we don't need to specify a depends on, because it will either be there, or the stubs will. We've come to this conclusion in a lot of different frameworks and I don't see why we should do this differently with INTERCONNECT.
INTERCONNECT is a bool now and the patch has been pushed to linux-next already. -- viresh