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/char | |
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/char')
-rw-r--r-- | drivers/char/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/char/Config.in b/drivers/char/Config.in index 89da63706..a81a95013 100644 --- a/drivers/char/Config.in +++ b/drivers/char/Config.in @@ -113,7 +113,9 @@ if [ "$CONFIG_VIDEO_DEV" != "n" ]; then dep_tristate 'Colour QuickCam Video For Linux (EXPERIMENTAL)' CONFIG_VIDEO_CQCAM $CONFIG_VIDEO_DEV fi if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then - dep_tristate 'SGI Vino Video For Linux (EXPERIMENTAL)' CONFIG_VIDEO_VINO $CONFIG_VIDEO_DEV + if [ "$CONFIG_SGI" = "y" ]; then + dep_tristate 'SGI Vino Video For Linux (EXPERIMENTAL)' CONFIG_VIDEO_VINO $CONFIG_VIDEO_DEV + fi fi dep_tristate 'Mediavision Pro Movie Studio Video For Linux' CONFIG_VIDEO_PMS $CONFIG_VIDEO_DEV dep_tristate 'SAA5249 Teletext processor' CONFIG_VIDEO_SAA5249 $CONFIG_VIDEO_DEV |