diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-11-22 10:11:21 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-22 11:47:59 -0500 |
commit | d19144987c4b84bda3aaee602242060a5ab504b9 (patch) | |
tree | 861787393dd9a0b769e54545ae038535b3d1cb3f /sound/pci/Kconfig | |
parent | cba46f11cb469ec48b04ec94320b4954ab4d7169 (diff) |
ALSA: pcxhr: hard dependency on the standard fw loader
Like the previous commit for mixart, drop the home-baked fw loader
code.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/Kconfig')
-rw-r--r-- | sound/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 43568924c8da..59dbb7035da0 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -728,6 +728,7 @@ config SND_NM256 | |||
728 | 728 | ||
729 | config SND_PCXHR | 729 | config SND_PCXHR |
730 | tristate "Digigram PCXHR" | 730 | tristate "Digigram PCXHR" |
731 | select FW_LOADER | ||
731 | select SND_PCM | 732 | select SND_PCM |
732 | select SND_HWDEP | 733 | select SND_HWDEP |
733 | help | 734 | help |