linux_dsm_epyc7002/drivers/phy/ti
Arnd Bergmann d41ce98a12 phy: ti: usb2: fix OMAP_CONTROL_PHY dependency
With randconfig build testing on arm64, we can run into a configuration
that has CONFIG_OMAP_CONTROL_PHY=m and CONFIG_OMAP_USB2=y, which in turn
causes a link failure:

drivers/phy/ti/phy-omap-usb2.o: In function `omap_usb_phy_power':
phy-omap-usb2.c:(.text+0x17c): undefined reference to `omap_control_phy_power'

I could not come up with a good way to correctly describe the relation
of the two symbols, but if we just select CONFIG_OMAP_CONTROL_PHY
during compile testing, we can no longer run into the broken configuration.

Fixes: 6777cee3a8 ("phy: ti: usb2: Add support for AM654 USB2 PHY")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
2019-04-17 12:06:02 +05:30
..
Kconfig phy: ti: usb2: fix OMAP_CONTROL_PHY dependency 2019-04-17 12:06:02 +05:30
Makefile phy: ti: introduce phy-gmii-sel driver 2018-12-12 10:01:40 +05:30
phy-da8xx-usb.c phy: core: rework phy_set_mode to accept phy mode and submode 2018-12-12 10:01:33 +05:30
phy-dm816x-usb.c phy: Group vendor specific phy drivers 2017-06-01 15:28:33 +05:30
phy-gmii-sel.c phy: ti: ensure priv is not null before dereferencing it 2019-01-16 18:00:54 +05:30
phy-omap-control.c phy: Group vendor specific phy drivers 2017-06-01 15:28:33 +05:30
phy-omap-usb2.c phy: ti: usb2: Add support for AM654 USB2 PHY 2019-02-07 11:10:41 +05:30
phy-ti-pipe3.c phy: ti-pipe3: Update pcie phy settings 2017-10-23 11:19:27 +05:30
phy-tusb1210.c phy: core: rework phy_set_mode to accept phy mode and submode 2018-12-12 10:01:33 +05:30
phy-twl4030-usb.c phy: phy-twl4030-usb: Fix cable state handling 2019-04-17 10:29:49 +05:30