]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - sound/Kconfig
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[thirdparty/kernel/stable.git] / sound / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
89fe5117 2menuconfig SOUND
1da177e4 3 tristate "Sound card support"
89fe5117 4 depends on HAS_IOMEM
1da177e4
LT
5 help
6 If you have a sound card in your computer, i.e. if it can say more
727dede0 7 than an occasional beep, say Y.
1da177e4 8
89fe5117
TI
9if SOUND
10
d886e87c
TH
11config SOUND_OSS_CORE
12 bool
13 default n
14
93fe4483
TH
15config SOUND_OSS_CORE_PRECLAIM
16 bool "Preclaim OSS device numbers"
17 depends on SOUND_OSS_CORE
18 default y
19 help
20 With this option enabled, the kernel will claim all OSS device
21 numbers if any OSS support (native or emulation) is enabled
22 whether the respective module is loaded or not and try to load the
23 appropriate module using sound-slot/service-* and char-major-*
24 module aliases when one of the device numbers is opened. With
25 this option disabled, kernel will only claim actually in-use
26 device numbers and opening a missing device will generate only the
27 standard char-major-* aliases.
28
29 The only visible difference is use of additional module aliases
30 and whether OSS sound devices appear multiple times in
31 /proc/devices. sound-slot/service-* module aliases are scheduled
32 to be removed (ie. PRECLAIM won't be available) and this option is
33 to make the transition easier. This option can be overridden
34 during boot using the kernel parameter soundcore.preclaim_oss.
35
36 Disabling this allows alternative OSS implementations.
37
af901ca1 38 If unsure, say Y.
93fe4483 39
1da177e4
LT
40source "sound/oss/dmasound/Kconfig"
41
29b59b35 42if !UML
1da177e4 43
89fe5117 44menuconfig SND
1da177e4 45 tristate "Advanced Linux Sound Architecture"
23854c30
TI
46 help
47 Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture),
48 the new base sound system.
49
9baf6507 50 For more information, see <http://www.alsa-project.org/>
1da177e4 51
89fe5117
TI
52if SND
53
1da177e4
LT
54source "sound/core/Kconfig"
55
56source "sound/drivers/Kconfig"
57
58source "sound/isa/Kconfig"
59
60source "sound/pci/Kconfig"
61
e3d280fc
TI
62source "sound/hda/Kconfig"
63
1da177e4
LT
64source "sound/ppc/Kconfig"
65
8d433441
RJ
66source "sound/ac97/Kconfig"
67
f3d9478b
JB
68source "sound/aoa/Kconfig"
69
1da177e4
LT
70source "sound/arm/Kconfig"
71
6c7578bb
HCE
72source "sound/atmel/Kconfig"
73
3b0a899c 74source "sound/spi/Kconfig"
3b0a899c 75
1da177e4
LT
76source "sound/mips/Kconfig"
77
198de43d
AM
78source "sound/sh/Kconfig"
79
3cb2fccc 80# the following will depend on the order of config.
1da177e4
LT
81# here assuming USB is defined before ALSA
82source "sound/usb/Kconfig"
83
31ef9134
CL
84source "sound/firewire/Kconfig"
85
3cb2fccc 86# the following will depend on the order of config.
1da177e4
LT
87# here assuming PCMCIA is defined before ALSA
88source "sound/pcmcia/Kconfig"
89
90source "sound/sparc/Kconfig"
91
92source "sound/parisc/Kconfig"
93
a3288176
LG
94source "sound/soc/Kconfig"
95
287599cf
JA
96source "sound/x86/Kconfig"
97
82721155
TI
98source "sound/synth/Kconfig"
99
cc3196ae
OA
100source "sound/xen/Kconfig"
101
89fe5117 102endif # SND
1da177e4 103
29b59b35 104endif # !UML
1da177e4 105
8a656496
TI
106endif # SOUND
107
108# AC97_BUS is used from both sound and ucb1400
e1036502
NP
109config AC97_BUS
110 tristate
111 help
112 This is used to avoid config and link hard dependencies between the
113 sound subsystem and other function drivers completely unrelated to
114 sound although they're sharing the AC97 bus. Concerned drivers
115 should "select" this.