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