]> bbs.cooldavid.org Git - net-next-2.6.git/blame - sound/Kconfig
[PATCH] vmi: smp fixes
[net-next-2.6.git] / sound / Kconfig
CommitLineData
1da177e4
LT
1# sound/Config.in
2#
3
4menu "Sound"
5
6config SOUND
7 tristate "Sound card support"
8 help
9 If you have a sound card in your computer, i.e. if it can say more
10 than an occasional beep, say Y. Be sure to have all the information
11 about your sound card and its configuration down (I/O port,
12 interrupt and DMA channel), because you will be asked for it.
13
14 You want to read the Sound-HOWTO, available from
15 <http://www.tldp.org/docs.html#howto>. General information about
16 the modular sound system is contained in the files
17 <file:Documentation/sound/oss/Introduction>. The file
18 <file:Documentation/sound/oss/README.OSS> contains some slightly
19 outdated but still useful information as well. Newer sound
20 driver documentation is found in <file:Documentation/sound/alsa/*>.
21
22 If you have a PnP sound card and you want to configure it at boot
23 time using the ISA PnP tools (read
24 <http://www.roestock.demon.co.uk/isapnptools/>), then you need to
25 compile the sound card support as a module and load that module
26 after the PnP configuration is finished. To do this, choose M here
27 and read <file:Documentation/sound/oss/README.modules>; the module
28 will be called soundcore.
29
30 I'm told that even without a sound card, you can make your computer
31 say more than an occasional beep, by programming the PC speaker.
32 Kernel patches and supporting utilities to do that are in the pcsp
33 package, available at <ftp://ftp.infradead.org/pub/pcsp/>.
34
35source "sound/oss/dmasound/Kconfig"
36
37if !M68K
38
39menu "Advanced Linux Sound Architecture"
40 depends on SOUND!=n
41
42config SND
43 tristate "Advanced Linux Sound Architecture"
44 depends on SOUND
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
LT
50
51source "sound/core/Kconfig"
52
53source "sound/drivers/Kconfig"
54
55source "sound/isa/Kconfig"
56
57source "sound/pci/Kconfig"
58
59source "sound/ppc/Kconfig"
60
f3d9478b
JB
61source "sound/aoa/Kconfig"
62
1da177e4
LT
63source "sound/arm/Kconfig"
64
65source "sound/mips/Kconfig"
66
3cb2fccc 67# the following will depend on the order of config.
1da177e4
LT
68# here assuming USB is defined before ALSA
69source "sound/usb/Kconfig"
70
3cb2fccc 71# the following will depend on the order of config.
1da177e4
LT
72# here assuming PCMCIA is defined before ALSA
73source "sound/pcmcia/Kconfig"
74
75source "sound/sparc/Kconfig"
76
77source "sound/parisc/Kconfig"
78
a3288176
LG
79source "sound/soc/Kconfig"
80
1da177e4
LT
81endmenu
82
83menu "Open Sound System"
276bd31c 84 depends on SOUND!=n
1da177e4
LT
85
86config SOUND_PRIME
87 tristate "Open Sound System (DEPRECATED)"
88 depends on SOUND
89 help
90 Say 'Y' or 'M' to enable Open Sound System drivers.
91
92source "sound/oss/Kconfig"
93
94endmenu
95
96endif
97
e1036502
NP
98config AC97_BUS
99 tristate
100 help
101 This is used to avoid config and link hard dependencies between the
102 sound subsystem and other function drivers completely unrelated to
103 sound although they're sharing the AC97 bus. Concerned drivers
104 should "select" this.
105
1da177e4 106endmenu