Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) Kconfig (287599cf2d7719c812774ff49db9ae8ca4fa844a)
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.

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

103source "sound/pcmcia/Kconfig"
104
105source "sound/sparc/Kconfig"
106
107source "sound/parisc/Kconfig"
108
109source "sound/soc/Kconfig"
110
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.

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

103source "sound/pcmcia/Kconfig"
104
105source "sound/sparc/Kconfig"
106
107source "sound/parisc/Kconfig"
108
109source "sound/soc/Kconfig"
110
111source "sound/x86/Kconfig"
112
111endif # SND
112
113menuconfig SOUND_PRIME
114 tristate "Open Sound System (DEPRECATED)"
115 select SOUND_OSS_CORE
116 help
117 Say 'Y' or 'M' to enable Open Sound System drivers.
118

--- 18 unchanged lines hidden ---
113endif # SND
114
115menuconfig SOUND_PRIME
116 tristate "Open Sound System (DEPRECATED)"
117 select SOUND_OSS_CORE
118 help
119 Say 'Y' or 'M' to enable Open Sound System drivers.
120

--- 18 unchanged lines hidden ---