usb: dwc_otg_310: remove unused configs
authorWilliam Wu <wulf@rock-chips.com>
Mon, 27 Mar 2017 08:29:25 +0000 (16:29 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Mon, 27 Mar 2017 10:32:51 +0000 (18:32 +0800)
The USB20_HOST_EN and USB20_OTG_EN configs are used
for rockchip dwc2 legacy driver, they are not needed
for dwc_otg_310 driver.

Change-Id: I4c16f0be5276b3c07429ab88cb063508b34ce007
Signed-off-by: William Wu <wulf@rock-chips.com>
drivers/usb/dwc_otg_310/Kconfig

index 95dbe64a32a2b8953b4311b62b3857b20fd989de..1ad735ef666c981d7b04bee9402b777a3cfafad3 100755 (executable)
@@ -8,10 +8,6 @@ config USB20_HOST
          This driver supports Rockchip USB2.0 host
          controller.
 
-config USB20_HOST_EN
-       boolean "---usb2.0 host controller enable"
-       depends on USB20_HOST
-
 config USB20_OTG
        tristate "RockChip USB 2.0 OTG controller"
        depends on USB || USB_GADGET
@@ -19,10 +15,6 @@ config USB20_OTG
          This driver supports Rockchip USB2.0  DWC_OTG
          controller.
 
-config USB20_OTG_EN
-       bool "---usb2.0 otg host controller enable"
-       depends on DWC_OTG_HOST_ONLY || DWC_OTG_BOTH_HOST_SLAVE
-
 config DWC_OTG_310
        tristate
        default y if USB20_HOST || USB20_OTG