mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +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
|