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