Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[pandora-kernel.git] / sound / Kconfig
1 # sound/Config.in
2 #
3
4 menuconfig SOUND
5         tristate "Sound card support"
6         depends on HAS_IOMEM
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
29 if SOUND
30
31 source "sound/oss/dmasound/Kconfig"
32
33 if !M68K
34
35 menuconfig SND
36         tristate "Advanced Linux Sound Architecture"
37         help
38           Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture),
39           the new base sound system.
40
41           For more information, see <http://www.alsa-project.org/>
42
43 if SND
44
45 source "sound/core/Kconfig"
46
47 source "sound/drivers/Kconfig"
48
49 source "sound/isa/Kconfig"
50
51 source "sound/pci/Kconfig"
52
53 source "sound/ppc/Kconfig"
54
55 source "sound/aoa/Kconfig"
56
57 source "sound/arm/Kconfig"
58
59 source "sound/spi/Kconfig"
60
61 source "sound/mips/Kconfig"
62
63 source "sound/sh/Kconfig"
64
65 # the following will depend on the order of config.
66 # here assuming USB is defined before ALSA
67 source "sound/usb/Kconfig"
68
69 # the following will depend on the order of config.
70 # here assuming PCMCIA is defined before ALSA
71 source "sound/pcmcia/Kconfig"
72
73 source "sound/sparc/Kconfig"
74
75 source "sound/parisc/Kconfig"
76
77 source "sound/soc/Kconfig"
78
79 endif # SND
80
81 menuconfig SOUND_PRIME
82         tristate "Open Sound System (DEPRECATED)"
83         help
84           Say 'Y' or 'M' to enable Open Sound System drivers.
85
86 if SOUND_PRIME
87
88 source "sound/oss/Kconfig"
89
90 endif # SOUND_PRIME
91
92 endif # !M68K
93
94 endif # SOUND
95
96 # AC97_BUS is used from both sound and ucb1400
97 config 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