Commit 184b200c authored by Linus Torvalds's avatar Linus Torvalds

Use "select" instead of "depends on" to select GAMEPORT support

automatically for the sound drivers that require it. 

This is a low less confusing than telling people that they
need to enable gameport support in order to listen to sound.
parent bda88e2f
...@@ -17,7 +17,8 @@ config SND_AZT3328 ...@@ -17,7 +17,8 @@ config SND_AZT3328
config SND_CS46XX config SND_CS46XX
tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x" tristate "Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x"
depends on SND && GAMEPORT depends on SND
select GAMEPORT
help help
Say 'Y' or 'M' to include support for Cirrus Logic CS4610 / CS4612 / Say 'Y' or 'M' to include support for Cirrus Logic CS4610 / CS4612 /
CS4614 / CS4615 / CS4622 / CS4624 / CS4630 / CS4280 chips. CS4614 / CS4615 / CS4622 / CS4624 / CS4630 / CS4280 chips.
...@@ -30,7 +31,8 @@ config SND_CS46XX_NEW_DSP ...@@ -30,7 +31,8 @@ config SND_CS46XX_NEW_DSP
config SND_CS4281 config SND_CS4281
tristate "Cirrus Logic (Sound Fusion) CS4281" tristate "Cirrus Logic (Sound Fusion) CS4281"
depends on SND && GAMEPORT depends on SND
select GAMEPORT
help help
Say 'Y' or 'M' to include support for Cirrus Logic CS4281. Say 'Y' or 'M' to include support for Cirrus Logic CS4281.
...@@ -83,7 +85,8 @@ config SND_HDSP ...@@ -83,7 +85,8 @@ config SND_HDSP
config SND_TRIDENT config SND_TRIDENT
tristate "Trident 4D-Wave DX/NX; SiS 7018" tristate "Trident 4D-Wave DX/NX; SiS 7018"
depends on SND && GAMEPORT depends on SND
select GAMEPORT
help help
Say 'Y' or 'M' to include support for Trident 4D-Wave DX/NX and Say 'Y' or 'M' to include support for Trident 4D-Wave DX/NX and
SiS 7018 soundcards. SiS 7018 soundcards.
...@@ -110,20 +113,23 @@ config SND_CMIPCI ...@@ -110,20 +113,23 @@ config SND_CMIPCI
config SND_ENS1370 config SND_ENS1370
tristate "(Creative) Ensoniq AudioPCI 1370" tristate "(Creative) Ensoniq AudioPCI 1370"
depends on SND && GAMEPORT depends on SND
select GAMEPORT
help help
Say 'Y' or 'M' to include support for Ensoniq AudioPCI ES1370. Say 'Y' or 'M' to include support for Ensoniq AudioPCI ES1370.
config SND_ENS1371 config SND_ENS1371
tristate "(Creative) Ensoniq AudioPCI 1371/1373" tristate "(Creative) Ensoniq AudioPCI 1371/1373"
depends on SND && GAMEPORT depends on SND
select GAMEPORT
help help
Say 'Y' or 'M' to include support for Ensoniq AudioPCI ES1371 and Say 'Y' or 'M' to include support for Ensoniq AudioPCI ES1371 and
Sound Blaster PCI 64 or 128 soundcards. Sound Blaster PCI 64 or 128 soundcards.
config SND_ES1938 config SND_ES1938
tristate "ESS ES1938/1946/1969 (Solo-1)" tristate "ESS ES1938/1946/1969 (Solo-1)"
depends on SND && GAMEPORT depends on SND
select GAMEPORT
help help
Say 'Y' or 'M' to include support for ESS Solo-1 (ES1938, ES1946, ES1969) Say 'Y' or 'M' to include support for ESS Solo-1 (ES1938, ES1946, ES1969)
soundcard. soundcard.
...@@ -173,7 +179,8 @@ config SND_INTEL8X0 ...@@ -173,7 +179,8 @@ config SND_INTEL8X0
config SND_SONICVIBES config SND_SONICVIBES
tristate "S3 SonicVibes" tristate "S3 SonicVibes"
depends on SND && GAMEPORT depends on SND
select GAMEPORT
help help
Say 'Y' or 'M' to include support for S3 SonicVibes based soundcards. Say 'Y' or 'M' to include support for S3 SonicVibes based soundcards.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment