aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/core/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index fee864c9e62d..cc9f397e8398 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -76,8 +76,8 @@ config USB_DEVICE_CLASS
76 NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0644" 76 NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0644"
77 77
78config USB_DYNAMIC_MINORS 78config USB_DYNAMIC_MINORS
79 bool "Dynamic USB minor allocation (EXPERIMENTAL)" 79 bool "Dynamic USB minor allocation"
80 depends on USB && EXPERIMENTAL 80 depends on USB
81 help 81 help
82 If you say Y here, the USB subsystem will use dynamic minor 82 If you say Y here, the USB subsystem will use dynamic minor
83 allocation for any device that uses the USB major number. 83 allocation for any device that uses the USB major number.