diff options
author | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-02-13 22:03:56 +0000 |
---|---|---|
committer | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-02-13 22:03:56 +0000 |
commit | 88f99939ecc6a95a79614574cb7d95ffccfc3466 (patch) | |
tree | 3cff6913eba5eb3de28f8de75f08cfa1a143b1ff /drivers/sound/Config.in | |
parent | 046dcd00268e34e0cd9032592e498f71830374ea (diff) |
o Moved the HAL2 driver to drivers/sound
o Rewrote most of the HAL2 driver. It will now use Alan Cox's soundcore stuff. Please make it work!
o VINO now appears only when you build for SGI
I think I'll have an Indy here soon so I can do so `serious' work again. It seems to take some time for the machine to reach Sweden. They shipped it about two weeks ago.
- Ulf
Diffstat (limited to 'drivers/sound/Config.in')
-rw-r--r-- | drivers/sound/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/sound/Config.in b/drivers/sound/Config.in index b13122e4e..c7de93a50 100644 --- a/drivers/sound/Config.in +++ b/drivers/sound/Config.in @@ -16,6 +16,9 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then fi dep_tristate 'Creative Ensoniq AudioPCI 97 (ES1371)' CONFIG_SOUND_ES1371 $CONFIG_SOUND dep_tristate 'S3 SonicVibes' CONFIG_SOUND_SONICVIBES $CONFIG_SOUND + if [ "$CONFIG_SGI" = "y" ]; then + dep_tristate 'SGI Indy HAL2' CONFIG_SOUND_HAL2 $CONFIG_SOUND + fi fi dep_tristate 'Support for Turtle Beach MultiSound Classic, Tahiti, Monterey' CONFIG_SOUND_MSNDCLAS $CONFIG_SOUND |