Kconfig (c25141062a82ae8bddced1b3ce2b57a1c0efabe0) Kconfig (92b58b34741ff5b9efa583add6e63ca4103f8e29)
1#
2# Phy drivers for TI platforms
3#
4config PHY_DA8XX_USB
5 tristate "TI DA8xx USB PHY Driver"
6 depends on ARCH_DAVINCI_DA8XX
7 select GENERIC_PHY
8 select MFD_SYSCON

--- 62 unchanged lines hidden (view full) ---

71 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't 'y'
72 select GENERIC_PHY
73 select USB_PHY
74 help
75 Enable this to support the USB OTG transceiver on TWL4030
76 family chips (including the TWL5030 and TPS659x0 devices).
77 This transceiver supports high and full speed devices plus,
78 in host mode, low speed.
1#
2# Phy drivers for TI platforms
3#
4config PHY_DA8XX_USB
5 tristate "TI DA8xx USB PHY Driver"
6 depends on ARCH_DAVINCI_DA8XX
7 select GENERIC_PHY
8 select MFD_SYSCON

--- 62 unchanged lines hidden (view full) ---

71 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't 'y'
72 select GENERIC_PHY
73 select USB_PHY
74 help
75 Enable this to support the USB OTG transceiver on TWL4030
76 family chips (including the TWL5030 and TPS659x0 devices).
77 This transceiver supports high and full speed devices plus,
78 in host mode, low speed.
79
80config PHY_TI_GMII_SEL
81 tristate
82 default y if TI_CPSW=y
83 depends on TI_CPSW || COMPILE_TEST
84 select GENERIC_PHY
85 default m
86 help
87 This driver supports configuring of the TI CPSW Port mode depending on
88 the Ethernet PHY connected to the CPSW Port.