diff options
Diffstat (limited to 'sound/firewire/Kconfig')
-rw-r--r-- | sound/firewire/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig index 26071489970b..ea063e1f8722 100644 --- a/sound/firewire/Kconfig +++ b/sound/firewire/Kconfig | |||
@@ -33,4 +33,17 @@ config SND_ISIGHT | |||
33 | To compile this driver as a module, choose M here: the module | 33 | To compile this driver as a module, choose M here: the module |
34 | will be called snd-isight. | 34 | will be called snd-isight. |
35 | 35 | ||
36 | config SND_SCS1X | ||
37 | tristate "Stanton Control System 1 MIDI" | ||
38 | select SND_PCM | ||
39 | select SND_RAWMIDI | ||
40 | select SND_FIREWIRE_LIB | ||
41 | help | ||
42 | Say Y here to include support for the MIDI ports of the Stanton | ||
43 | SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled | ||
44 | by FFADO.) | ||
45 | |||
46 | To compile this driver as a module, choose M here: the module | ||
47 | will be called snd-scs1x. | ||
48 | |||
36 | endif # SND_FIREWIRE | 49 | endif # SND_FIREWIRE |