summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 92cd267121..324646f7e0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1129,8 +1129,11 @@
/* Compile chip support for the USB device controller */
#undef CONFIG_USB
+/* Disable automatic connection of USB peripheral */
+#undef CONFIG_USB_INHIBIT_CONNECT
+
/* Disable automatic initialization of USB peripheral */
-#undef CONFIG_USB_INHIBIT
+#undef CONFIG_USB_INHIBIT_INIT
/* Support simple control of power to the device's USB ports */
#undef CONFIG_USB_PORT_POWER_DUMB