Get rid of arch/mips64/kernel. 9116 lines of code gone.
[linux-2.6/linux-mips.git] / sound / Kconfig
blobdc92d817b245f6deb002dcee017feb68dba1bd7c
1 # sound/Config.in
4 menu "Advanced Linux Sound Architecture"
5         depends on SOUND!=n
7 config SND
8         tristate "Advanced Linux Sound Architecture"
9         depends on SOUND
11 source "sound/core/Kconfig"
13 source "sound/drivers/Kconfig"
15 source "sound/isa/Kconfig"
17 source "sound/pci/Kconfig"
19 source "sound/ppc/Kconfig"
21 source "sound/arm/Kconfig"
23 # the following will depenend on the order of config.
24 # here assuming USB is defined before ALSA
25 source "sound/usb/Kconfig"
27 # the following will depenend on the order of config.
28 # here assuming PCMCIA is defined before ALSA
29 source "sound/pcmcia/Kconfig"
31 source "sound/sparc/Kconfig"
33 source "sound/parisc/Kconfig"
35 endmenu
37 menu "Open Sound System"
38         depends on SOUND!=n
40 config SOUND_PRIME
41         tristate "Open Sound System (DEPRECATED)"
42         depends on SOUND
43         help
44           Say 'Y' or 'M' to enable Open Sound System drivers.
46 source "sound/oss/Kconfig"
48 endmenu