aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/Kconfig
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2005-11-20 08:07:47 -0500
committerJaroslav Kysela <perex@suse.cz>2006-01-03 06:29:19 -0500
commit332682b1cd540dd7abbbbfc1905af8139e76e1b7 (patch)
treee2e858870972073b2e01f7f8d5948c187c11e2bb /sound/core/Kconfig
parentf87135f56cb266e031f5ec081dfbde7e43f55e80 (diff)
[ALSA] dynamic minors (4/6): dynamic minor number allocation
Modules: ALSA Core,ALSA Minor Numbers Add an option to allocate device file minor numbers dynamically. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r--sound/core/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig
index b46efff2e4c4..83cbe20c9c9e 100644
--- a/sound/core/Kconfig
+++ b/sound/core/Kconfig
@@ -111,6 +111,17 @@ config SND_SEQ_RTCTIMER_DEFAULT
111 111
112 If in doubt, say Y. 112 If in doubt, say Y.
113 113
114config SND_DYNAMIC_MINORS
115 bool "Dynamic device file minor numbers (EXPERIMENTAL)"
116 depends on SND && EXPERIMENTAL
117 help
118 If you say Y here, the minor numbers of ALSA device files in
119 /dev/snd/ are allocated dynamically. This allows you to have
120 more than 8 sound cards, but requires a dynamic device file
121 system like udev.
122
123 If you are unsure about this, say N here.
124
114config SND_VERBOSE_PRINTK 125config SND_VERBOSE_PRINTK
115 bool "Verbose printk" 126 bool "Verbose printk"
116 depends on SND 127 depends on SND