Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 1 | menuconfig SOUND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | tristate "Sound card support" |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 3 | depends on HAS_IOMEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | help |
| 5 | If you have a sound card in your computer, i.e. if it can say more |
| 6 | than an occasional beep, say Y. Be sure to have all the information |
| 7 | about your sound card and its configuration down (I/O port, |
| 8 | interrupt and DMA channel), because you will be asked for it. |
| 9 | |
| 10 | You want to read the Sound-HOWTO, available from |
| 11 | <http://www.tldp.org/docs.html#howto>. General information about |
| 12 | the modular sound system is contained in the files |
| 13 | <file:Documentation/sound/oss/Introduction>. The file |
| 14 | <file:Documentation/sound/oss/README.OSS> contains some slightly |
| 15 | outdated but still useful information as well. Newer sound |
| 16 | driver documentation is found in <file:Documentation/sound/alsa/*>. |
| 17 | |
| 18 | If you have a PnP sound card and you want to configure it at boot |
| 19 | time using the ISA PnP tools (read |
| 20 | <http://www.roestock.demon.co.uk/isapnptools/>), then you need to |
| 21 | compile the sound card support as a module and load that module |
| 22 | after the PnP configuration is finished. To do this, choose M here |
| 23 | and read <file:Documentation/sound/oss/README.modules>; the module |
| 24 | will be called soundcore. |
| 25 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 26 | if SOUND |
| 27 | |
Tejun Heo | d886e87 | 2008-08-28 16:42:51 +0200 | [diff] [blame] | 28 | config SOUND_OSS_CORE |
| 29 | bool |
| 30 | default n |
| 31 | |
Tejun Heo | 93fe448 | 2009-08-06 18:14:26 +0900 | [diff] [blame] | 32 | config SOUND_OSS_CORE_PRECLAIM |
| 33 | bool "Preclaim OSS device numbers" |
| 34 | depends on SOUND_OSS_CORE |
| 35 | default y |
| 36 | help |
| 37 | With this option enabled, the kernel will claim all OSS device |
| 38 | numbers if any OSS support (native or emulation) is enabled |
| 39 | whether the respective module is loaded or not and try to load the |
| 40 | appropriate module using sound-slot/service-* and char-major-* |
| 41 | module aliases when one of the device numbers is opened. With |
| 42 | this option disabled, kernel will only claim actually in-use |
| 43 | device numbers and opening a missing device will generate only the |
| 44 | standard char-major-* aliases. |
| 45 | |
| 46 | The only visible difference is use of additional module aliases |
| 47 | and whether OSS sound devices appear multiple times in |
| 48 | /proc/devices. sound-slot/service-* module aliases are scheduled |
| 49 | to be removed (ie. PRECLAIM won't be available) and this option is |
| 50 | to make the transition easier. This option can be overridden |
| 51 | during boot using the kernel parameter soundcore.preclaim_oss. |
| 52 | |
| 53 | Disabling this allows alternative OSS implementations. |
| 54 | |
| 55 | Please read Documentation/feature-removal-schedule.txt for |
| 56 | details. |
| 57 | |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 58 | If unsure, say Y. |
Tejun Heo | 93fe448 | 2009-08-06 18:14:26 +0900 | [diff] [blame] | 59 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | source "sound/oss/dmasound/Kconfig" |
| 61 | |
| 62 | if !M68K |
| 63 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 64 | menuconfig SND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | tristate "Advanced Linux Sound Architecture" |
Takashi Iwai | 23854c3 | 2005-05-24 15:22:40 +0200 | [diff] [blame] | 66 | help |
| 67 | Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture), |
| 68 | the new base sound system. |
| 69 | |
Takashi Iwai | 9baf650 | 2005-05-24 17:27:00 +0200 | [diff] [blame] | 70 | For more information, see <http://www.alsa-project.org/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 72 | if SND |
| 73 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | source "sound/core/Kconfig" |
| 75 | |
| 76 | source "sound/drivers/Kconfig" |
| 77 | |
| 78 | source "sound/isa/Kconfig" |
| 79 | |
| 80 | source "sound/pci/Kconfig" |
| 81 | |
| 82 | source "sound/ppc/Kconfig" |
| 83 | |
Johannes Berg | f3d9478 | 2006-06-21 15:42:43 +0200 | [diff] [blame] | 84 | source "sound/aoa/Kconfig" |
| 85 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | source "sound/arm/Kconfig" |
| 87 | |
Hans-Christian Egtvedt | 6c7578b | 2009-02-05 13:11:01 +0100 | [diff] [blame] | 88 | source "sound/atmel/Kconfig" |
| 89 | |
Hans-Christian Egtvedt | 3b0a899 | 2007-07-23 15:52:42 +0200 | [diff] [blame] | 90 | source "sound/spi/Kconfig" |
Hans-Christian Egtvedt | 3b0a899 | 2007-07-23 15:52:42 +0200 | [diff] [blame] | 91 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | source "sound/mips/Kconfig" |
| 93 | |
Adrian McMenamin | 198de43 | 2007-05-18 14:26:59 +0200 | [diff] [blame] | 94 | source "sound/sh/Kconfig" |
| 95 | |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 96 | # the following will depend on the order of config. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | # here assuming USB is defined before ALSA |
| 98 | source "sound/usb/Kconfig" |
| 99 | |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 100 | # the following will depend on the order of config. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 101 | # here assuming PCMCIA is defined before ALSA |
| 102 | source "sound/pcmcia/Kconfig" |
| 103 | |
| 104 | source "sound/sparc/Kconfig" |
| 105 | |
| 106 | source "sound/parisc/Kconfig" |
| 107 | |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 108 | source "sound/soc/Kconfig" |
| 109 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 110 | endif # SND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 112 | menuconfig SOUND_PRIME |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 113 | tristate "Open Sound System (DEPRECATED)" |
Tejun Heo | d886e87 | 2008-08-28 16:42:51 +0200 | [diff] [blame] | 114 | select SOUND_OSS_CORE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 115 | help |
| 116 | Say 'Y' or 'M' to enable Open Sound System drivers. |
| 117 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 118 | if SOUND_PRIME |
| 119 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | source "sound/oss/Kconfig" |
| 121 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 122 | endif # SOUND_PRIME |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 123 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 124 | endif # !M68K |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 125 | |
Takashi Iwai | 8a65649 | 2008-09-06 11:43:41 +0200 | [diff] [blame] | 126 | endif # SOUND |
| 127 | |
| 128 | # AC97_BUS is used from both sound and ucb1400 |
Nicolas Pitre | e103650 | 2006-12-12 13:32:29 -0500 | [diff] [blame] | 129 | config AC97_BUS |
| 130 | tristate |
| 131 | help |
| 132 | This is used to avoid config and link hard dependencies between the |
| 133 | sound subsystem and other function drivers completely unrelated to |
| 134 | sound although they're sharing the AC97 bus. Concerned drivers |
| 135 | should "select" this. |