commit | 822852f203f75f929cd90eb196c0f7ca17efe6b1 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed May 30 23:33:50 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 31 12:50:40 2018 +0200 |
tree | a8aa6f6dee265b8e5de92f39c6f6a96bd533b6e3 | |
parent | aa071a92bbf09d993ff0dbf3b1f2b53ac93ad654 [diff] |
phy: tegra: select USB_COMMON A built-in PHY driver cannot link against modular USB core code: drivers/usb/phy/phy-tegra-usb.o: In function `tegra_usb_phy_probe': phy-tegra-usb.c:(.text+0x6bc): undefined reference to `usb_get_dr_mode' This uses a 'select' statement in Kconfig like we have for other such PHY drivers. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>