Kconfig (023265ed75d8792ca1d555430a8985511d3f8788) | Kconfig (203b7ee14d3a38f1b8c44dd86ce0313d8fc4107d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for TI platforms 4# 5config PHY_DA8XX_USB 6 tristate "TI DA8xx USB PHY Driver" | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for TI platforms 4# 5config PHY_DA8XX_USB 6 tristate "TI DA8xx USB PHY Driver" |
7 depends on ARCH_DAVINCI_DA8XX | 7 depends on ARCH_DAVINCI_DA8XX || COMPILE_TEST |
8 select GENERIC_PHY 9 select MFD_SYSCON 10 help 11 Enable this to support the USB PHY on DA8xx SoCs. 12 13 This driver controls both the USB 1.1 PHY and the USB 2.0 PHY. 14 15config PHY_DM816X_USB 16 tristate "TI dm816x USB PHY driver" | 8 select GENERIC_PHY 9 select MFD_SYSCON 10 help 11 Enable this to support the USB PHY on DA8xx SoCs. 12 13 This driver controls both the USB 1.1 PHY and the USB 2.0 PHY. 14 15config PHY_DM816X_USB 16 tristate "TI dm816x USB PHY driver" |
17 depends on ARCH_OMAP2PLUS | 17 depends on ARCH_OMAP2PLUS || COMPILE_TEST |
18 depends on USB_SUPPORT 19 select GENERIC_PHY 20 select USB_PHY 21 help 22 Enable this for dm816x USB to work. 23 24config PHY_AM654_SERDES 25 tristate "TI AM654 SERDES support" --- 75 unchanged lines hidden --- | 18 depends on USB_SUPPORT 19 select GENERIC_PHY 20 select USB_PHY 21 help 22 Enable this for dm816x USB to work. 23 24config PHY_AM654_SERDES 25 tristate "TI AM654 SERDES support" --- 75 unchanged lines hidden --- |