diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-06-09 14:57:51 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-06-09 22:10:06 +0200 |
commit | 8272115578ce02566b4c6bbe45f09d0d55f4a1c6 (patch) | |
tree | 543f421931fb6ff8f1c45ed8ebce2d3b4a9737ad /sound/synth/Kconfig | |
parent | 0181307abc1d2eb2a0dead93870bcffadddb827c (diff) | |
download | linux-8272115578ce02566b4c6bbe45f09d0d55f4a1c6.tar.bz2 |
ALSA: synth: Select snd-emux-synth explicitly
Instead of the non-standard way to enable the build of snd-emux-synth
module inside Makefile, rewrite Kconfig to select the item explicitly
from each driver (sbawe and emu10k1). This is the standard way.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/synth/Kconfig')
-rw-r--r-- | sound/synth/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/synth/Kconfig b/sound/synth/Kconfig new file mode 100644 index 000000000000..dfe8950e0556 --- /dev/null +++ b/sound/synth/Kconfig @@ -0,0 +1,2 @@ +config SND_SYNTH_EMUX + tristate |