Merge tag 'remoteproc-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad...
[GitHub/mt8127/android_kernel_alcatel_ttab.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
6 than an occasional beep, say Y. Be sure to have all the information
7 about your sound card and its configuration down (I/O port,
8 interrupt and DMA channel), because you will be asked for it.
9
10 You want to read the Sound-HOWTO, available from
11 <http://www.tldp.org/docs.html#howto>. General information about
12 the modular sound system is contained in the files
13 <file:Documentation/sound/oss/Introduction>. The file
14 <file:Documentation/sound/oss/README.OSS> contains some slightly
15 outdated but still useful information as well. Newer sound
16 driver documentation is found in <file:Documentation/sound/alsa/*>.
17
18 If you have a PnP sound card and you want to configure it at boot
19 time using the ISA PnP tools (read
20 <http://www.roestock.demon.co.uk/isapnptools/>), then you need to
21 compile the sound card support as a module and load that module
22 after the PnP configuration is finished. To do this, choose M here
23 and read <file:Documentation/sound/oss/README.modules>; the module
24 will be called soundcore.
25
89fe5117
TI
26if SOUND
27
d886e87c
TH
28config SOUND_OSS_CORE
29 bool
30 default n
31
93fe4483
TH
32config SOUND_OSS_CORE_PRECLAIM
33 bool "Preclaim OSS device numbers"
34 depends on SOUND_OSS_CORE
35 default y
36 help
37 With this option enabled, the kernel will claim all OSS device
38 numbers if any OSS support (native or emulation) is enabled
39 whether the respective module is loaded or not and try to load the
40 appropriate module using sound-slot/service-* and char-major-*
41 module aliases when one of the device numbers is opened. With
42 this option disabled, kernel will only claim actually in-use
43 device numbers and opening a missing device will generate only the
44 standard char-major-* aliases.
45
46 The only visible difference is use of additional module aliases
47 and whether OSS sound devices appear multiple times in
48 /proc/devices. sound-slot/service-* module aliases are scheduled
49 to be removed (ie. PRECLAIM won't be available) and this option is
50 to make the transition easier. This option can be overridden
51 during boot using the kernel parameter soundcore.preclaim_oss.
52
53 Disabling this allows alternative OSS implementations.
54
55 Please read Documentation/feature-removal-schedule.txt for
56 details.
57
af901ca1 58 If unsure, say Y.
93fe4483 59
1da177e4
LT
60source "sound/oss/dmasound/Kconfig"
61
3369465e 62if !M68K && !UML
1da177e4 63
89fe5117 64menuconfig SND
1da177e4 65 tristate "Advanced Linux Sound Architecture"
23854c30
TI
66 help
67 Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture),
68 the new base sound system.
69
9baf6507 70 For more information, see <http://www.alsa-project.org/>
1da177e4 71
89fe5117
TI
72if SND
73
1da177e4
LT
74source "sound/core/Kconfig"
75
76source "sound/drivers/Kconfig"
77
78source "sound/isa/Kconfig"
79
80source "sound/pci/Kconfig"
81
82source "sound/ppc/Kconfig"
83
f3d9478b
JB
84source "sound/aoa/Kconfig"
85
1da177e4
LT
86source "sound/arm/Kconfig"
87
6c7578bb
HCE
88source "sound/atmel/Kconfig"
89
3b0a899c 90source "sound/spi/Kconfig"
3b0a899c 91
1da177e4
LT
92source "sound/mips/Kconfig"
93
198de43d
AM
94source "sound/sh/Kconfig"
95
3cb2fccc 96# the following will depend on the order of config.
1da177e4
LT
97# here assuming USB is defined before ALSA
98source "sound/usb/Kconfig"
99
31ef9134
CL
100source "sound/firewire/Kconfig"
101
3cb2fccc 102# the following will depend on the order of config.
1da177e4
LT
103# here assuming PCMCIA is defined before ALSA
104source "sound/pcmcia/Kconfig"
105
106source "sound/sparc/Kconfig"
107
108source "sound/parisc/Kconfig"
109
a3288176
LG
110source "sound/soc/Kconfig"
111
89fe5117 112endif # SND
1da177e4 113
89fe5117 114menuconfig SOUND_PRIME
1da177e4 115 tristate "Open Sound System (DEPRECATED)"
d886e87c 116 select SOUND_OSS_CORE
1da177e4
LT
117 help
118 Say 'Y' or 'M' to enable Open Sound System drivers.
119
89fe5117
TI
120if SOUND_PRIME
121
1da177e4
LT
122source "sound/oss/Kconfig"
123
89fe5117 124endif # SOUND_PRIME
1da177e4 125
89fe5117 126endif # !M68K
1da177e4 127
8a656496
TI
128endif # SOUND
129
130# AC97_BUS is used from both sound and ucb1400
e1036502
NP
131config AC97_BUS
132 tristate
133 help
134 This is used to avoid config and link hard dependencies between the
135 sound subsystem and other function drivers completely unrelated to
136 sound although they're sharing the AC97 bus. Concerned drivers
137 should "select" this.