diff options
-rw-r--r-- | sound/isa/Kconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index ce0aa044e274..542c1ead14bd 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -377,14 +377,17 @@ config SND_SGALAXY | |||
377 | will be called snd-sgalaxy. | 377 | will be called snd-sgalaxy. |
378 | 378 | ||
379 | config SND_SSCAPE | 379 | config SND_SSCAPE |
380 | tristate "Ensoniq SoundScape PnP driver" | 380 | tristate "Ensoniq SoundScape driver" |
381 | select SND_HWDEP | 381 | select SND_HWDEP |
382 | select SND_MPU401_UART | 382 | select SND_MPU401_UART |
383 | select SND_WSS_LIB | 383 | select SND_WSS_LIB |
384 | help | 384 | help |
385 | Say Y here to include support for Ensoniq SoundScape PnP | 385 | Say Y here to include support for Ensoniq SoundScape |
386 | soundcards. | 386 | soundcards. |
387 | 387 | ||
388 | The PCM audio is supported on SoundScape Classic, Elite, PnP | ||
389 | and VIVO cards. The MIDI support is very experimental. | ||
390 | |||
388 | To compile this driver as a module, choose M here: the module | 391 | To compile this driver as a module, choose M here: the module |
389 | will be called snd-sscape. | 392 | will be called snd-sscape. |
390 | 393 | ||