]> bbs.cooldavid.org Git - net-next-2.6.git/blame - sound/Kconfig
ALSA: hda - Add support of Toshiba RX1
[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
1da177e4
LT
31source "sound/oss/dmasound/Kconfig"
32
33if !M68K
34
89fe5117 35menuconfig SND
1da177e4 36 tristate "Advanced Linux Sound Architecture"
23854c30
TI
37 help
38 Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture),
39 the new base sound system.
40
9baf6507 41 For more information, see <http://www.alsa-project.org/>
1da177e4 42
89fe5117
TI
43if SND
44
1da177e4
LT
45source "sound/core/Kconfig"
46
47source "sound/drivers/Kconfig"
48
49source "sound/isa/Kconfig"
50
51source "sound/pci/Kconfig"
52
53source "sound/ppc/Kconfig"
54
f3d9478b
JB
55source "sound/aoa/Kconfig"
56
1da177e4
LT
57source "sound/arm/Kconfig"
58
3b0a899c 59source "sound/spi/Kconfig"
3b0a899c 60
1da177e4
LT
61source "sound/mips/Kconfig"
62
198de43d
AM
63source "sound/sh/Kconfig"
64
3cb2fccc 65# the following will depend on the order of config.
1da177e4
LT
66# here assuming USB is defined before ALSA
67source "sound/usb/Kconfig"
68
3cb2fccc 69# the following will depend on the order of config.
1da177e4
LT
70# here assuming PCMCIA is defined before ALSA
71source "sound/pcmcia/Kconfig"
72
73source "sound/sparc/Kconfig"
74
75source "sound/parisc/Kconfig"
76
a3288176
LG
77source "sound/soc/Kconfig"
78
89fe5117 79endif # SND
1da177e4 80
89fe5117 81menuconfig SOUND_PRIME
1da177e4 82 tristate "Open Sound System (DEPRECATED)"
1da177e4
LT
83 help
84 Say 'Y' or 'M' to enable Open Sound System drivers.
85
89fe5117
TI
86if SOUND_PRIME
87
1da177e4
LT
88source "sound/oss/Kconfig"
89
89fe5117 90endif # SOUND_PRIME
1da177e4 91
89fe5117 92endif # !M68K
1da177e4 93
8a656496
TI
94endif # SOUND
95
96# AC97_BUS is used from both sound and ucb1400
e1036502
NP
97config AC97_BUS
98 tristate
99 help
100 This is used to avoid config and link hard dependencies between the
101 sound subsystem and other function drivers completely unrelated to
102 sound although they're sharing the AC97 bus. Concerned drivers
103 should "select" this.
104