mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +00:00
17 lines
386 B
Plaintext
17 lines
386 B
Plaintext
|
# 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
|