summaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r--drivers/usb/Kconfig24
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
deleted file mode 100644
index 4980845aa2..0000000000
--- a/drivers/usb/Kconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-config HAS_OHCI
- bool
-
-config USB_HOST
- bool
-
-config HAS_USB_DEVICE
- bool
-
-menu "USB host support "
-
-config DRIVER_USB_HOST_OHCI
- bool
- depends on HAS_OHCI
- select USB_HOST
- prompt "OHCI host driver"
-
-config DRIVER_USB_MASS_STORAGE
- bool
- depends on USB_HOST
- prompt "USB mass storage support"
-
-endmenu
-