diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-06-09 14:40:18 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-06-09 22:10:06 +0200 |
commit | 0181307abc1d2eb2a0dead93870bcffadddb827c (patch) | |
tree | 74527dcfd33dda528f423aa32e14788641694c83 /sound/pci/Kconfig | |
parent | 3d774d5ef066971aee1839150bf47d100d8e43d3 (diff) | |
download | op-kernel-dev-0181307abc1d2eb2a0dead93870bcffadddb827c.zip op-kernel-dev-0181307abc1d2eb2a0dead93870bcffadddb827c.tar.gz |
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/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 32151d8..bc7acb4 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -477,6 +477,12 @@ config SND_EMU10K1 To compile this driver as a module, choose M here: the module will be called snd-emu10k1. +# select SEQ stuff to min(SND_SEQUENCER,SND_XXX) +config SND_EMU10K1_SEQ + def_tristate SND_SEQUENCER && SND_EMU10K1 + select SND_SEQ_MIDI_EMUL + select SND_SEQ_VIRMIDI + config SND_EMU10K1X tristate "Emu10k1X (Dell OEM Version)" select SND_AC97_CODEC |