Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: Remove EXPERIMENTAL from dynamic USB minor allocation.

Since this USB feature seems non-experimental, remove that dependency.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Robert P. J. Day and committed by
Greg Kroah-Hartman
b6719996 528e4c12

+2 -2
+2 -2
drivers/usb/core/Kconfig
··· 76 76 NAME="bus/usb/$env{BUSNUM}/$env{DEVNUM}", MODE="0644" 77 77 78 78 config USB_DYNAMIC_MINORS 79 - bool "Dynamic USB minor allocation (EXPERIMENTAL)" 80 - depends on USB && EXPERIMENTAL 79 + bool "Dynamic USB minor allocation" 80 + depends on USB 81 81 help 82 82 If you say Y here, the USB subsystem will use dynamic minor 83 83 allocation for any device that uses the USB major number.