Re: [PATCH] pinctrl: tegra: Fix build dependency

2016-06-08 Thread Linus Walleij
On Sat, Jun 4, 2016 at 8:35 AM, Axel Lin wrote: > I got below build error: > ERROR: "tegra_xusb_padctl_legacy_probe" [drivers/phy/tegra/phy-tegra-xusb.ko] > undefined! > with below build configuration: > CONFIG_ARCH_TEGRA=y > CONFIG_PINCTRL_TEGRA_XUSB=y > CONFIG_PHY_TEGRA_XUSB=y > > The problem

Re: [PATCH] pinctrl: tegra: Fix build dependency

2016-06-07 Thread Jon Hunter
On 07/06/16 10:17, Jon Hunter wrote: > > On 04/06/16 07:35, Axel Lin wrote: >> I got below build error: >> ERROR: "tegra_xusb_padctl_legacy_probe" >> [drivers/phy/tegra/phy-tegra-xusb.ko] undefined! >> with below build configuration: >> CONFIG_ARCH_TEGRA=y >> CONFIG_PINCTRL_TEGRA_XUSB=y >> CONFI

Re: [PATCH] pinctrl: tegra: Fix build dependency

2016-06-07 Thread Jon Hunter
On 04/06/16 07:35, Axel Lin wrote: > I got below build error: > ERROR: "tegra_xusb_padctl_legacy_probe" [drivers/phy/tegra/phy-tegra-xusb.ko] > undefined! > with below build configuration: > CONFIG_ARCH_TEGRA=y > CONFIG_PINCTRL_TEGRA_XUSB=y > CONFIG_PHY_TEGRA_XUSB=y The above does not make sense

[PATCH] pinctrl: tegra: Fix build dependency

2016-06-03 Thread Axel Lin
I got below build error: ERROR: "tegra_xusb_padctl_legacy_probe" [drivers/phy/tegra/phy-tegra-xusb.ko] undefined! with below build configuration: CONFIG_ARCH_TEGRA=y CONFIG_PINCTRL_TEGRA_XUSB=y CONFIG_PHY_TEGRA_XUSB=y The problem is below line in drivers/pinctrl/Makefile obj-$(CONFIG_PINCTRL_TEGR