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