aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r--drivers/usb/phy/Kconfig15
1 files changed, 11 insertions, 4 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig
index 97de6de9b4b9..e8cd52ac5c05 100644
--- a/drivers/usb/phy/Kconfig
+++ b/drivers/usb/phy/Kconfig
@@ -86,11 +86,18 @@ config OMAP_USB3
86 on/off the PHY. 86 on/off the PHY.
87 87
88config SAMSUNG_USBPHY 88config SAMSUNG_USBPHY
89 bool "Samsung USB PHY controller Driver" 89 tristate "Samsung USB PHY Driver"
90 depends on USB_S3C_HSOTG || USB_EHCI_S5P || USB_OHCI_EXYNOS
91 help 90 help
92 Enable this to support Samsung USB phy controller for samsung 91 Enable this to support Samsung USB phy helper driver for Samsung SoCs.
93 SoCs. 92 This driver provides common interface to interact, for Samsung USB 2.0 PHY
93 driver and later for Samsung USB 3.0 PHY driver.
94
95config SAMSUNG_USB2PHY
96 tristate "Samsung USB 2.0 PHY controller Driver"
97 select SAMSUNG_USBPHY
98 help
99 Enable this to support Samsung USB 2.0 (High Speed) PHY controller
100 driver for Samsung SoCs.
94 101
95config TWL4030_USB 102config TWL4030_USB
96 tristate "TWL4030 USB Transceiver Driver" 103 tristate "TWL4030 USB Transceiver Driver"