diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-06-09 08:40:18 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-06-09 16:10:06 -0400 |
commit | 0181307abc1d2eb2a0dead93870bcffadddb827c (patch) | |
tree | 74527dcfd33dda528f423aa32e14788641694c83 /sound/isa | |
parent | 3d774d5ef066971aee1839150bf47d100d8e43d3 (diff) |
ALSA: seq: Reorganize kconfig and build
This is a slightly intensive rewrite of Kconfig and Makefile about
ALSA sequencer stuff.
The first major change is that the kconfig items for the sequencer are
moved to sound/core/seq/Kconfig. OK, that's easy.
The substantial change is that, instead of hackish top-level module
selection in Makefile, we define a Kconfig item for each sequencer
module. The driver that requires such sequencer components select
exclusively the kconfig items. This is more straightforward and
standard way.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa')
-rw-r--r-- | sound/isa/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 37adcc6cbe6b..bf1ab340e2a7 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig | |||
@@ -384,6 +384,12 @@ config SND_SBAWE | |||
384 | To compile this driver as a module, choose M here: the module | 384 | To compile this driver as a module, choose M here: the module |
385 | will be called snd-sbawe. | 385 | will be called snd-sbawe. |
386 | 386 | ||
387 | # select SEQ stuff to min(SND_SEQUENCER,SND_XXX) | ||
388 | config SND_SBAWE_SEQ | ||
389 | def_tristate SND_SEQUENCER && SND_SBAWE | ||
390 | select SND_SEQ_MIDI_EMUL | ||
391 | select SND_SEQ_VIRMIDI | ||
392 | |||
387 | config SND_SB16_CSP | 393 | config SND_SB16_CSP |
388 | bool "Sound Blaster 16/AWE CSP support" | 394 | bool "Sound Blaster 16/AWE CSP support" |
389 | depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC) | 395 | depends on (SND_SB16 || SND_SBAWE) && (BROKEN || !PPC) |