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 |
Takashi Iwai | 727dede | 2017-10-24 09:15:23 +0200 | [diff] [blame] | 6 | than an occasional beep, say Y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 8 | if SOUND |
| 9 | |
Tejun Heo | d886e87 | 2008-08-28 16:42:51 +0200 | [diff] [blame] | 10 | config SOUND_OSS_CORE |
| 11 | bool |
| 12 | default n |
| 13 | |
Tejun Heo | 93fe448 | 2009-08-06 18:14:26 +0900 | [diff] [blame] | 14 | config SOUND_OSS_CORE_PRECLAIM |
| 15 | bool "Preclaim OSS device numbers" |
| 16 | depends on SOUND_OSS_CORE |
| 17 | default y |
| 18 | help |
| 19 | With this option enabled, the kernel will claim all OSS device |
| 20 | numbers if any OSS support (native or emulation) is enabled |
| 21 | whether the respective module is loaded or not and try to load the |
| 22 | appropriate module using sound-slot/service-* and char-major-* |
| 23 | module aliases when one of the device numbers is opened. With |
| 24 | this option disabled, kernel will only claim actually in-use |
| 25 | device numbers and opening a missing device will generate only the |
| 26 | standard char-major-* aliases. |
| 27 | |
| 28 | The only visible difference is use of additional module aliases |
| 29 | and whether OSS sound devices appear multiple times in |
| 30 | /proc/devices. sound-slot/service-* module aliases are scheduled |
| 31 | to be removed (ie. PRECLAIM won't be available) and this option is |
| 32 | to make the transition easier. This option can be overridden |
| 33 | during boot using the kernel parameter soundcore.preclaim_oss. |
| 34 | |
| 35 | Disabling this allows alternative OSS implementations. |
| 36 | |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 37 | If unsure, say Y. |
Tejun Heo | 93fe448 | 2009-08-06 18:14:26 +0900 | [diff] [blame] | 38 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | source "sound/oss/dmasound/Kconfig" |
| 40 | |
Takashi Iwai | 29b59b3 | 2017-05-16 10:42:04 +0200 | [diff] [blame] | 41 | if !UML |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 43 | menuconfig SND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | tristate "Advanced Linux Sound Architecture" |
Takashi Iwai | 23854c3 | 2005-05-24 15:22:40 +0200 | [diff] [blame] | 45 | help |
| 46 | Say 'Y' or 'M' to enable ALSA (Advanced Linux Sound Architecture), |
| 47 | the new base sound system. |
| 48 | |
Takashi Iwai | 9baf650 | 2005-05-24 17:27:00 +0200 | [diff] [blame] | 49 | For more information, see <http://www.alsa-project.org/> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 51 | if SND |
| 52 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | source "sound/core/Kconfig" |
| 54 | |
| 55 | source "sound/drivers/Kconfig" |
| 56 | |
| 57 | source "sound/isa/Kconfig" |
| 58 | |
| 59 | source "sound/pci/Kconfig" |
| 60 | |
Takashi Iwai | e3d280f | 2015-02-17 21:46:37 +0100 | [diff] [blame] | 61 | source "sound/hda/Kconfig" |
| 62 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | source "sound/ppc/Kconfig" |
| 64 | |
Robert Jarzmik | 8d43344 | 2017-09-02 21:54:05 +0200 | [diff] [blame] | 65 | source "sound/ac97/Kconfig" |
| 66 | |
Johannes Berg | f3d9478 | 2006-06-21 15:42:43 +0200 | [diff] [blame] | 67 | source "sound/aoa/Kconfig" |
| 68 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | source "sound/arm/Kconfig" |
| 70 | |
Hans-Christian Egtvedt | 6c7578b | 2009-02-05 13:11:01 +0100 | [diff] [blame] | 71 | source "sound/atmel/Kconfig" |
| 72 | |
Hans-Christian Egtvedt | 3b0a899 | 2007-07-23 15:52:42 +0200 | [diff] [blame] | 73 | source "sound/spi/Kconfig" |
Hans-Christian Egtvedt | 3b0a899 | 2007-07-23 15:52:42 +0200 | [diff] [blame] | 74 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | source "sound/mips/Kconfig" |
| 76 | |
Adrian McMenamin | 198de43 | 2007-05-18 14:26:59 +0200 | [diff] [blame] | 77 | source "sound/sh/Kconfig" |
| 78 | |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 79 | # the following will depend on the order of config. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | # here assuming USB is defined before ALSA |
| 81 | source "sound/usb/Kconfig" |
| 82 | |
Clemens Ladisch | 31ef913 | 2011-03-15 07:53:21 +0100 | [diff] [blame] | 83 | source "sound/firewire/Kconfig" |
| 84 | |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 85 | # the following will depend on the order of config. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | # here assuming PCMCIA is defined before ALSA |
| 87 | source "sound/pcmcia/Kconfig" |
| 88 | |
| 89 | source "sound/sparc/Kconfig" |
| 90 | |
| 91 | source "sound/parisc/Kconfig" |
| 92 | |
Liam Girdwood | a328817 | 2006-10-06 18:33:55 +0200 | [diff] [blame] | 93 | source "sound/soc/Kconfig" |
| 94 | |
Jerome Anand | 287599c | 2017-01-25 04:27:51 +0530 | [diff] [blame] | 95 | source "sound/x86/Kconfig" |
| 96 | |
Takashi Iwai | 8272115 | 2017-06-09 14:57:51 +0200 | [diff] [blame] | 97 | source "sound/synth/Kconfig" |
| 98 | |
Takashi Iwai | 89fe511 | 2008-05-23 16:10:37 +0200 | [diff] [blame] | 99 | endif # SND |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | |
Takashi Iwai | 29b59b3 | 2017-05-16 10:42:04 +0200 | [diff] [blame] | 101 | endif # !UML |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 102 | |
Takashi Iwai | 8a65649 | 2008-09-06 11:43:41 +0200 | [diff] [blame] | 103 | endif # SOUND |
| 104 | |
| 105 | # AC97_BUS is used from both sound and ucb1400 |
Nicolas Pitre | e103650 | 2006-12-12 13:32:29 -0500 | [diff] [blame] | 106 | config AC97_BUS |
| 107 | tristate |
| 108 | help |
| 109 | This is used to avoid config and link hard dependencies between the |
| 110 | sound subsystem and other function drivers completely unrelated to |
| 111 | sound although they're sharing the AC97 bus. Concerned drivers |
| 112 | should "select" this. |