diff options
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 1b607d7cb03d..fe8c0096f9e4 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
@@ -31,12 +31,22 @@ config PHY_MVEBU_SATA | |||
31 | depends on OF | 31 | depends on OF |
32 | select GENERIC_PHY | 32 | select GENERIC_PHY |
33 | 33 | ||
34 | config OMAP_CONTROL_PHY | ||
35 | tristate "OMAP CONTROL PHY Driver" | ||
36 | help | ||
37 | Enable this to add support for the PHY part present in the control | ||
38 | module. This driver has API to power on the USB2 PHY and to write to | ||
39 | the mailbox. The mailbox is present only in omap4 and the register to | ||
40 | power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an | ||
41 | additional register to power on USB3 PHY/SATA PHY/PCIE PHY | ||
42 | (PIPE3 PHY). | ||
43 | |||
34 | config OMAP_USB2 | 44 | config OMAP_USB2 |
35 | tristate "OMAP USB2 PHY Driver" | 45 | tristate "OMAP USB2 PHY Driver" |
36 | depends on ARCH_OMAP2PLUS | 46 | depends on ARCH_OMAP2PLUS |
37 | depends on USB_PHY | 47 | depends on USB_PHY |
38 | select GENERIC_PHY | 48 | select GENERIC_PHY |
39 | select OMAP_CONTROL_USB | 49 | select OMAP_CONTROL_PHY |
40 | help | 50 | help |
41 | Enable this to support the transceiver that is part of SOC. This | 51 | Enable this to support the transceiver that is part of SOC. This |
42 | driver takes care of all the PHY functionality apart from comparator. | 52 | driver takes care of all the PHY functionality apart from comparator. |
@@ -47,7 +57,7 @@ config TI_PIPE3 | |||
47 | tristate "TI PIPE3 PHY Driver" | 57 | tristate "TI PIPE3 PHY Driver" |
48 | depends on ARCH_OMAP2PLUS || COMPILE_TEST | 58 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |
49 | select GENERIC_PHY | 59 | select GENERIC_PHY |
50 | select OMAP_CONTROL_USB | 60 | select OMAP_CONTROL_PHY |
51 | help | 61 | help |
52 | Enable this to support the PIPE3 PHY that is part of TI SOCs. This | 62 | Enable this to support the PIPE3 PHY that is part of TI SOCs. This |
53 | driver takes care of all the PHY functionality apart from comparator. | 63 | driver takes care of all the PHY functionality apart from comparator. |