Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # sound/Config.in |
| 2 | # |
| 3 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 4 | menuconfig SOUND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | tristate "Sound card support" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 6 | depends on HAS_IOMEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 29 | if SOUND |
| 30 | |
Tejun Heo | d886e87 | 2008-08-28 16:42:51 +0200 | [diff] [blame] | 31 | config SOUND_OSS_CORE |
| 32 | bool |
| 33 | default n |
| 34 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | source "sound/oss/dmasound/Kconfig" |
| 36 | |
| 37 | if !M68K |
| 38 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 39 | menuconfig SND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | tristate "Advanced Linux Sound Architecture" |
Takashi Iwai | 23854c3 | 2005-05-24 15:22:40 +0200 | [diff] [blame] | 41 | help |
| 42 | Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture), |
| 43 | the new base sound system. |
| 44 | |
Takashi Iwai | 9baf650 | 2005-05-24 17:27:00 +0200 | [diff] [blame] | 45 | For more information, see <http://www.alsa-project.org/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 47 | if SND |
| 48 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | source "sound/core/Kconfig" |
| 50 | |
| 51 | source "sound/drivers/Kconfig" |
| 52 | |
| 53 | source "sound/isa/Kconfig" |
| 54 | |
| 55 | source "sound/pci/Kconfig" |
| 56 | |
| 57 | source "sound/ppc/Kconfig" |
| 58 | |
Johannes Berg | f3d9478 | 2006-06-21 15:42:43 +0200 | [diff] [blame] | 59 | source "sound/aoa/Kconfig" |
| 60 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | source "sound/arm/Kconfig" |
| 62 | |
Hans-Christian Egtvedt | 3b0a899 | 2007-07-23 15:52:42 +0200 | [diff] [blame] | 63 | source "sound/spi/Kconfig" |
Hans-Christian Egtvedt | 3b0a899 | 2007-07-23 15:52:42 +0200 | [diff] [blame] | 64 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | source "sound/mips/Kconfig" |
| 66 | |
Adrian McMenamin | 198de43 | 2007-05-18 14:26:59 +0200 | [diff] [blame] | 67 | source "sound/sh/Kconfig" |
| 68 | |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 69 | # the following will depend on the order of config. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | # here assuming USB is defined before ALSA |
| 71 | source "sound/usb/Kconfig" |
| 72 | |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 73 | # the following will depend on the order of config. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 81 | source "sound/soc/Kconfig" |
| 82 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 83 | endif # SND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 85 | menuconfig SOUND_PRIME |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | tristate "Open Sound System (DEPRECATED)" |
Tejun Heo | d886e87 | 2008-08-28 16:42:51 +0200 | [diff] [blame] | 87 | select SOUND_OSS_CORE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 88 | help |
| 89 | Say 'Y' or 'M' to enable Open Sound System drivers. |
| 90 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 91 | if SOUND_PRIME |
| 92 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | source "sound/oss/Kconfig" |
| 94 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 95 | endif # SOUND_PRIME |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 97 | endif # !M68K |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | |
Takashi Iwai | 8a65649 | 2008-09-06 11:43:41 +0200 | [diff] [blame] | 99 | endif # SOUND |
| 100 | |
| 101 | # AC97_BUS is used from both sound and ucb1400 |
Nicolas Pitre | e103650 | 2006-12-12 13:32:29 -0500 | [diff] [blame] | 102 | config AC97_BUS |
| 103 | tristate |
| 104 | help |
| 105 | This is used to avoid config and link hard dependencies between the |
| 106 | sound subsystem and other function drivers completely unrelated to |
| 107 | sound although they're sharing the AC97 bus. Concerned drivers |
| 108 | should "select" this. |
| 109 | |