diff options
author | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-06-24 00:52:23 +0000 |
---|---|---|
committer | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-06-24 00:52:23 +0000 |
commit | c8a886299af99121d0049a429cd4f136d584c643 (patch) | |
tree | 86577c49d1e2c21c84569a91fc7b5e336f8e93c8 /drivers/sound/Config.in | |
parent | 0a719db4b94ece44661dec2a613675cd64204bde (diff) |
This was broken..
Diffstat (limited to 'drivers/sound/Config.in')
-rw-r--r-- | drivers/sound/Config.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/sound/Config.in b/drivers/sound/Config.in index 20da69d44..2be547953 100644 --- a/drivers/sound/Config.in +++ b/drivers/sound/Config.in @@ -14,7 +14,12 @@ dep_tristate 'Ensoniq AudioPCI (ES1370)' CONFIG_SOUND_ES1370 $CONFIG_SOUND if [ "$CONFIG_SOUND_ES1370" = "y" ]; then bool 'Joystick support at boot time' CONFIG_SOUND_ES1370_JOYPORT_BOOT fi - dep_tristate 'Creative Ensoniq AudioPCI 97 (ES1371)' CONFIG_SOUND_ES1371 $CONFIG_SOUND +dep_tristate 'Creative Ensoniq AudioPCI 97 (ES1371)' CONFIG_SOUND_ES1371 $CONFIG_SOUND +if [ "$CONFIG_SOUND_ES1371" = "y" ]; then + bool 'Joystick support at boot time' CONFIG_SOUND_ES1371_JOYPORT_BOOT + if [ "$CONFIG_SOUND_ES1371_JOYPORT_BOOT" = "y" ]; then + hex 'Gameport I/O 200,208,210,218' CONFIG_SOUND_ES1371_GAMEPORT 200 + fi fi dep_tristate 'S3 SonicVibes' CONFIG_SOUND_SONICVIBES $CONFIG_SOUND |