Kconfig (664b0bae0b87f69bc9deb098f5e0158b9cf18e04) Kconfig (cc3196ae197c28cd6db0a2e9ddddc2e0aa1e694f)
1menuconfig SOUND
2 tristate "Sound card support"
3 depends on HAS_IOMEM
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.
7
8if SOUND

--- 82 unchanged lines hidden (view full) ---

91source "sound/parisc/Kconfig"
92
93source "sound/soc/Kconfig"
94
95source "sound/x86/Kconfig"
96
97source "sound/synth/Kconfig"
98
1menuconfig SOUND
2 tristate "Sound card support"
3 depends on HAS_IOMEM
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.
7
8if SOUND

--- 82 unchanged lines hidden (view full) ---

91source "sound/parisc/Kconfig"
92
93source "sound/soc/Kconfig"
94
95source "sound/x86/Kconfig"
96
97source "sound/synth/Kconfig"
98
99source "sound/xen/Kconfig"
100
99endif # SND
100
101endif # !UML
102
103endif # SOUND
104
105# AC97_BUS is used from both sound and ucb1400
106config 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.
101endif # SND
102
103endif # !UML
104
105endif # SOUND
106
107# AC97_BUS is used from both sound and ucb1400
108config AC97_BUS
109 tristate
110 help
111 This is used to avoid config and link hard dependencies between the
112 sound subsystem and other function drivers completely unrelated to
113 sound although they're sharing the AC97 bus. Concerned drivers
114 should "select" this.