0528c7494e
Instead of mangling the CONFIG_* variables in the makefiles over and over, set a few helper variables in Kconfig. Signed-off-by: Michal Marek <mmarek@suse.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>
16 lines
386 B
Text
16 lines
386 B
Text
# define SND_XXX_SEQ to min(SND_SEQUENCER,SND_XXX)
|
|
|
|
config SND_RAWMIDI_SEQ
|
|
def_tristate SND_SEQUENCER && SND_RAWMIDI
|
|
|
|
config SND_OPL3_LIB_SEQ
|
|
def_tristate SND_SEQUENCER && SND_OPL3_LIB
|
|
|
|
config SND_OPL4_LIB_SEQ
|
|
def_tristate SND_SEQUENCER && SND_OPL4_LIB
|
|
|
|
config SND_SBAWE_SEQ
|
|
def_tristate SND_SEQUENCER && SND_SBAWE
|
|
|
|
config SND_EMU10K1_SEQ
|
|
def_tristate SND_SEQUENCER && SND_EMU10K1
|