| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # sound/Config.in | 
 | 2 | # | 
 | 3 |  | 
 | 4 | menu "Sound" | 
| Martin Schwidefsky | e25df12 | 2007-05-10 15:45:57 +0200 | [diff] [blame] | 5 | 	depends on HAS_IOMEM | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | 	  I'm told that even without a sound card, you can make your computer | 
 | 32 | 	  say more than an occasional beep, by programming the PC speaker. | 
 | 33 | 	  Kernel patches and supporting utilities to do that are in the pcsp | 
 | 34 | 	  package, available at <ftp://ftp.infradead.org/pub/pcsp/>. | 
 | 35 |  | 
 | 36 | source "sound/oss/dmasound/Kconfig" | 
 | 37 |  | 
 | 38 | if !M68K | 
 | 39 |  | 
 | 40 | menu "Advanced Linux Sound Architecture" | 
 | 41 | 	depends on SOUND!=n | 
 | 42 |  | 
 | 43 | config SND | 
 | 44 | 	tristate "Advanced Linux Sound Architecture" | 
 | 45 | 	depends on SOUND | 
| Takashi Iwai | 23854c3 | 2005-05-24 15:22:40 +0200 | [diff] [blame] | 46 | 	help | 
 | 47 | 	  Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture), | 
 | 48 | 	  the new base sound system. | 
 | 49 |  | 
| Takashi Iwai | 9baf650 | 2005-05-24 17:27:00 +0200 | [diff] [blame] | 50 | 	  For more information, see <http://www.alsa-project.org/> | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 |  | 
 | 52 | source "sound/core/Kconfig" | 
 | 53 |  | 
 | 54 | source "sound/drivers/Kconfig" | 
 | 55 |  | 
 | 56 | source "sound/isa/Kconfig" | 
 | 57 |  | 
 | 58 | source "sound/pci/Kconfig" | 
 | 59 |  | 
 | 60 | source "sound/ppc/Kconfig" | 
 | 61 |  | 
| Johannes Berg | f3d9478 | 2006-06-21 15:42:43 +0200 | [diff] [blame] | 62 | source "sound/aoa/Kconfig" | 
 | 63 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | source "sound/arm/Kconfig" | 
 | 65 |  | 
 | 66 | source "sound/mips/Kconfig" | 
 | 67 |  | 
| Adrian McMenamin | 198de43 | 2007-05-18 14:26:59 +0200 | [diff] [blame] | 68 | source "sound/sh/Kconfig" | 
 | 69 |  | 
| Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 70 | # the following will depend on the order of config. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | # here assuming USB is defined before ALSA | 
 | 72 | source "sound/usb/Kconfig" | 
 | 73 |  | 
| Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 74 | # the following will depend on the order of config. | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | # here assuming PCMCIA is defined before ALSA | 
 | 76 | source "sound/pcmcia/Kconfig" | 
 | 77 |  | 
 | 78 | source "sound/sparc/Kconfig" | 
 | 79 |  | 
 | 80 | source "sound/parisc/Kconfig" | 
 | 81 |  | 
| Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 82 | source "sound/soc/Kconfig" | 
 | 83 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | endmenu | 
 | 85 |  | 
 | 86 | menu "Open Sound System" | 
| Al Viro | 276bd31 | 2005-08-23 22:45:06 +0100 | [diff] [blame] | 87 | 	depends on SOUND!=n | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 |  | 
 | 89 | config SOUND_PRIME | 
 | 90 | 	tristate "Open Sound System (DEPRECATED)" | 
 | 91 | 	depends on SOUND | 
 | 92 | 	help | 
 | 93 | 	  Say 'Y' or 'M' to enable Open Sound System drivers. | 
 | 94 |  | 
 | 95 | source "sound/oss/Kconfig" | 
 | 96 |  | 
 | 97 | endmenu | 
 | 98 |  | 
 | 99 | endif | 
 | 100 |  | 
| Nicolas Pitre | e103650 | 2006-12-12 13:32:29 -0500 | [diff] [blame] | 101 | config AC97_BUS | 
 | 102 | 	tristate | 
 | 103 | 	help | 
 | 104 | 	  This is used to avoid config and link hard dependencies between the | 
 | 105 | 	  sound subsystem and other function drivers completely unrelated to | 
 | 106 | 	  sound although they're sharing the AC97 bus. Concerned drivers | 
 | 107 | 	  should "select" this. | 
 | 108 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | endmenu |