Re: [PATCH v1 1/2] usb: phy: Add Kconfig entry for Tegra's PHY driver

From: Dmitry Osipenko
Date: Mon Dec 11 2017 - 08:03:23 EST


On 11.12.2017 13:02, Thierry Reding wrote:
> On Mon, Dec 11, 2017 at 02:09:59AM +0300, Dmitry Osipenko wrote:
>> Add Kconfig entry so that other drivers other than ehci-tegra
>> (like ChipIdea) could add Tegra's PHY to build dependencies.
>>
>> Signed-off-by: Dmitry Osipenko <digetx@xxxxxxxxx>
>> ---
>> drivers/usb/host/Kconfig | 2 +-
>> drivers/usb/phy/Kconfig | 8 ++++++++
>> drivers/usb/phy/Makefile | 2 +-
>> 3 files changed, 10 insertions(+), 2 deletions(-)
>
> I don't think we actually build-depend on the PHY driver from the
> ChipIdea driver. In the past, we've refrained from modelling runtime
> dependencies using Kconfig because in some cases (such as this) it'll
> include more than necessary (ChipIdea will automatically pull in the
> USB PHY driver irrespective of whether or not Tegra is enabled).

Please take a closer look at the patch. Tegra PHY driver is only compiled if
ehci-tegra driver is compiled. So we need to decouple build dependency in order
fix it.