Kconfig (0337966d121ebebf73a1c346123e8112796e684e) Kconfig (31cbee6a5611f07d2d66f55bb6f8648db5947e32)
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. 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.

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

110
111source "sound/x86/Kconfig"
112
113endif # SND
114
115menuconfig SOUND_PRIME
116 tristate "Open Sound System (DEPRECATED)"
117 select SOUND_OSS_CORE
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. 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.

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

110
111source "sound/x86/Kconfig"
112
113endif # SND
114
115menuconfig SOUND_PRIME
116 tristate "Open Sound System (DEPRECATED)"
117 select SOUND_OSS_CORE
118 depends on BROKEN
118 help
119 Say 'Y' or 'M' to enable Open Sound System drivers.
120
121if SOUND_PRIME
122
123source "sound/oss/Kconfig"
124
125endif # SOUND_PRIME

--- 13 unchanged lines hidden ---
119 help
120 Say 'Y' or 'M' to enable Open Sound System drivers.
121
122if SOUND_PRIME
123
124source "sound/oss/Kconfig"
125
126endif # SOUND_PRIME

--- 13 unchanged lines hidden ---