]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/chipidea/Kconfig
usb: chipidea: delete static debug support
[karo-tx-linux.git] / drivers / usb / chipidea / Kconfig
index 5ce3f1d6a6ed340d8cf4db1a01c7fca3e6a6139a..3644a3500b700013250f1f841bfe49117f70f563 100644 (file)
@@ -1,6 +1,7 @@
 config USB_CHIPIDEA
        tristate "ChipIdea Highspeed Dual Role Controller"
        depends on ((USB_EHCI_HCD && USB_GADGET) || (USB_EHCI_HCD && !USB_GADGET) || (!USB_EHCI_HCD && USB_GADGET)) && HAS_DMA
+       select EXTCON
        help
          Say Y here if your system has a dual role high speed USB
          controller based on ChipIdea silicon IP. Currently, only the
@@ -36,9 +37,4 @@ config USB_CHIPIDEA_HOST
          Say Y here to enable host controller functionality of the
          ChipIdea driver.
 
-config USB_CHIPIDEA_DEBUG
-       bool "ChipIdea driver debug"
-       help
-         Say Y here to enable debugging output of the ChipIdea driver.
-
 endif