summaryrefslogtreecommitdiff
path: root/sound/isa/Kconfig
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-06-13 07:50:09 +0200
committerTakashi Iwai <tiwai@suse.de>2017-06-13 07:50:09 +0200
commit7f8a01b77b5be996d0665d5eb7be8645f3ecb217 (patch)
tree7531d8fda27731ca188bcaa32c822b0f682cfb75 /sound/isa/Kconfig
parentf5abd532227affc2129586f74d28d28c316ae1e3 (diff)
parent111b0cdb97d44cfe5dec1338a78ba8aff65c32e2 (diff)
downloadlwn-7f8a01b77b5be996d0665d5eb7be8645f3ecb217.tar.gz
lwn-7f8a01b77b5be996d0665d5eb7be8645f3ecb217.zip
Merge branch 'topic/seq-kconfig' into for-next
Diffstat (limited to 'sound/isa/Kconfig')
-rw-r--r--sound/isa/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig
index 37adcc6cbe6b..cb54d9c0a77f 100644
--- a/sound/isa/Kconfig
+++ b/sound/isa/Kconfig
@@ -377,6 +377,7 @@ config SND_SBAWE
select SND_OPL3_LIB
select SND_MPU401_UART
select SND_SB16_DSP
+ select SND_SEQ_DEVICE if SND_SEQUENCER != n
help
Say Y here to include support for Sound Blaster AWE soundcards
(including the Plug and Play version).
@@ -384,6 +385,13 @@ config SND_SBAWE
To compile this driver as a module, choose M here: the module
will be called snd-sbawe.
+# select SEQ stuff to min(SND_SEQUENCER,SND_XXX)
+config SND_SBAWE_SEQ
+ def_tristate SND_SEQUENCER && SND_SBAWE
+ select SND_SEQ_MIDI_EMUL
+ select SND_SEQ_VIRMIDI
+ select SND_SYNTH_EMUX
+
config SND_SB16_CSP
bool "Sound Blaster 16/AWE CSP support"
depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC)