usb: phy: Remove unused config
authorBaolin Wang <baolin.wang@linaro.org>
Thu, 23 Mar 2017 06:08:31 +0000 (14:08 +0800)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 11 Apr 2017 07:58:22 +0000 (10:58 +0300)
Since the old common Samsung USB PHY code has been removed by commit ea2fdf8423
("usb: phy: samsung: remove old common USB PHY code"), thus remove the unused
config.

Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/phy/Kconfig
drivers/usb/phy/Makefile

index 61cef7511a506af48e3aa2165e0ac992b9cf4d8d..3006f569c068106559b64d15c8acdb0c53e8c10c 100644 (file)
@@ -74,13 +74,6 @@ config AM335X_PHY_USB
          This driver provides PHY support for that phy which part for the
          AM335x SoC.
 
-config SAMSUNG_USBPHY
-       tristate
-       help
-         Enable this to support Samsung USB phy helper driver for Samsung SoCs.
-         This driver provides common interface to interact, for Samsung USB 2.0 PHY
-         driver and later for Samsung USB 3.0 PHY driver.
-
 config TWL6030_USB
        tristate "TWL6030 USB Transceiver Driver"
        depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS
index b433e5d89be4bddac3af69d87dbaea1ec67126cf..e7c9ca8cafb01ee9482910c4c7c2fa545b4f7f3b 100644 (file)
@@ -14,7 +14,6 @@ obj-$(CONFIG_TAHVO_USB)                       += phy-tahvo.o
 obj-$(CONFIG_AM335X_CONTROL_USB)       += phy-am335x-control.o
 obj-$(CONFIG_AM335X_PHY_USB)           += phy-am335x.o
 obj-$(CONFIG_OMAP_OTG)                 += phy-omap-otg.o
-obj-$(CONFIG_SAMSUNG_USBPHY)           += phy-samsung-usb.o
 obj-$(CONFIG_TWL6030_USB)              += phy-twl6030-usb.o
 obj-$(CONFIG_USB_EHCI_TEGRA)           += phy-tegra-usb.o
 obj-$(CONFIG_USB_GPIO_VBUS)            += phy-gpio-vbus-usb.o