diff options
-rw-r--r-- | sound/pci/hda/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index 8de66ccd7279..4cdd9ded4563 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig | |||
@@ -209,8 +209,9 @@ config SND_HDA_CODEC_CA0132 | |||
209 | 209 | ||
210 | config SND_HDA_CODEC_CA0132_DSP | 210 | config SND_HDA_CODEC_CA0132_DSP |
211 | bool "Support new DSP code for CA0132 codec" | 211 | bool "Support new DSP code for CA0132 codec" |
212 | depends on SND_HDA_CODEC_CA0132 && FW_LOADER | 212 | depends on SND_HDA_CODEC_CA0132 |
213 | select SND_HDA_DSP_LOADER | 213 | select SND_HDA_DSP_LOADER |
214 | select FW_LOADER | ||
214 | help | 215 | help |
215 | Say Y here to enable the DSP for Creative CA0132 for extended | 216 | Say Y here to enable the DSP for Creative CA0132 for extended |
216 | features like equalizer or echo cancellation. | 217 | features like equalizer or echo cancellation. |