diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-11-18 11:12:34 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-11-18 11:12:34 -0500 |
commit | 2c312e9af717f304fb45e7a3d827822eda6aa855 (patch) | |
tree | b74cca048d92ba8944e01d6846ca838bc70d6198 /sound | |
parent | 2793769f4450d9e4845257c953ae278ecdff7d94 (diff) |
ALSA: hda - Select FW_LOADER from CONFIG_SND_HDA_CODEC_CA0132_DSP
Use select FW_LOADER instead of depends on. It's more intuitive and
more consistent with other entries.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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. |