blob: bd5bf6c18bc5f61b7a8941acbd2bbeb14f48c132 [file] [log] [blame]
# ALSA soundcard-configuration
dep_tristate ' RTC Timer support' CONFIG_SND_RTCTIMER $CONFIG_SND
dep_tristate ' Sequencer support' CONFIG_SND_SEQUENCER $CONFIG_SND
if [ "$CONFIG_SND_SEQUENCER" != "n" ]; then
dep_tristate ' Sequencer dummy client' CONFIG_SND_SEQ_DUMMY $CONFIG_SND_SEQUENCER
fi
bool ' OSS API emulation' CONFIG_SND_OSSEMUL $CONFIG_SND
if [ "$CONFIG_SND_OSSEMUL" = "y" ]; then
dep_tristate ' OSS Mixer API' CONFIG_SND_MIXER_OSS $CONFIG_SND
dep_tristate ' OSS PCM API' CONFIG_SND_PCM_OSS $CONFIG_SND
if [ "$CONFIG_SND_SEQUENCER" != "n" ]; then
dep_tristate ' OSS Sequencer API' CONFIG_SND_SEQUENCER_OSS $CONFIG_SND_SEQUENCER
fi
fi
bool ' Debug' CONFIG_SND_DEBUG
if [ "$CONFIG_SND_DEBUG" = "y" ]; then
bool ' Debug memory' CONFIG_SND_DEBUG_MEMORY
bool ' Debug full' CONFIG_SND_DEBUG_FULL
bool ' Debug detection' CONFIG_SND_DEBUG_DETECT
fi