Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (de3a9980d8c34b2479173e809afa820473db676a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig SOUND 3 tristate "Sound card support" 4 depends on HAS_IOMEM 5 help 6 If you have a sound card in your computer, i.e. if it can say more 7 than an occasional beep, say Y. 8 --- 85 unchanged lines hidden (view full) --- 94source "sound/soc/Kconfig" 95 96source "sound/x86/Kconfig" 97 98source "sound/synth/Kconfig" 99 100source "sound/xen/Kconfig" 101 | 1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig SOUND 3 tristate "Sound card support" 4 depends on HAS_IOMEM 5 help 6 If you have a sound card in your computer, i.e. if it can say more 7 than an occasional beep, say Y. 8 --- 85 unchanged lines hidden (view full) --- 94source "sound/soc/Kconfig" 95 96source "sound/x86/Kconfig" 97 98source "sound/synth/Kconfig" 99 100source "sound/xen/Kconfig" 101 |
102source "sound/virtio/Kconfig" 103 |
|
102endif # SND 103 104endif # !UML 105 106endif # SOUND 107 108# AC97_BUS is used from both sound and ucb1400 109config AC97_BUS 110 tristate 111 help 112 This is used to avoid config and link hard dependencies between the 113 sound subsystem and other function drivers completely unrelated to 114 sound although they're sharing the AC97 bus. Concerned drivers 115 should "select" this. | 104endif # SND 105 106endif # !UML 107 108endif # SOUND 109 110# AC97_BUS is used from both sound and ucb1400 111config AC97_BUS 112 tristate 113 help 114 This is used to avoid config and link hard dependencies between the 115 sound subsystem and other function drivers completely unrelated to 116 sound although they're sharing the AC97 bus. Concerned drivers 117 should "select" this. |