summaryrefslogtreecommitdiff
path: root/sound/firewire/Kconfig
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2017-03-22 21:30:11 +0900
committerTakashi Iwai <tiwai@suse.de>2017-03-28 12:33:16 +0200
commit6c3cef4890d072afa2d77371f358abaea54ec134 (patch)
treed7d0b5d551d3c90079b0358d06e93b35e7441b9b /sound/firewire/Kconfig
parent13f99ebdd602ebdafb909e15ec6ffb1e34690167 (diff)
ALSA: firewire-motu: add skeleton for Mark of the unicorn (MOTU) FireWire series
This commit adds an new driver for MOTU FireWire series. In this commit, this driver just creates/removes card instance according to bus event. More functionalities will be added in following commits. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/firewire/Kconfig')
-rw-r--r--sound/firewire/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/firewire/Kconfig b/sound/firewire/Kconfig
index 9f00696c4e4a..11a3285a20b3 100644
--- a/sound/firewire/Kconfig
+++ b/sound/firewire/Kconfig
@@ -140,4 +140,14 @@ config SND_FIREWIRE_TASCAM
To compile this driver as a module, choose M here: the module
will be called snd-firewire-tascam.
+config SND_FIREWIRE_MOTU
+ tristate "Mark of the unicorn FireWire series support"
+ select SND_FIREWIRE_LIB
+ select SND_HWDEP
+ help
+ Say Y here to enable support for FireWire devices which MOTU produced:
+
+ To compile this driver as a module, choose M here: the module
+ will be called snd-firewire-motu.
+
endif # SND_FIREWIRE