blob: 5e9b5a1c176a416e23a1c00f64d19c056488c8a8 [file] [log] [blame]
# ALSA soundcard-configuration
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
dep_tristate ' RTC Timer support' CONFIG_SND_RTCTIMER $CONFIG_SND
bool ' Verbose printk' CONFIG_SND_VERBOSE_PRINTK
bool ' Debug' CONFIG_SND_DEBUG
if [ "$CONFIG_SND_DEBUG" = "y" ]; then
bool ' Debug memory' CONFIG_SND_DEBUG_MEMORY
bool ' Debug detection' CONFIG_SND_DEBUG_DETECT
fi