From 88f99939ecc6a95a79614574cb7d95ffccfc3466 Mon Sep 17 00:00:00 2001 From: Ulf Carlsson Date: Sat, 13 Feb 1999 22:03:56 +0000 Subject: 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 --- drivers/sound/Config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/sound/Config.in') 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 -- cgit v1.2.3