diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-11-22 16:07:52 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-22 17:47:57 +0100 |
commit | cba46f11cb469ec48b04ec94320b4954ab4d7169 (patch) | |
tree | 37af0f82ce6facf8d190a9ad65a1bf48bac16ca5 /sound/pci/Kconfig | |
parent | 3fdf1469ee7af4367de8f563f69681920844ec95 (diff) | |
download | linux-cba46f11cb469ec48b04ec94320b4954ab4d7169.tar.bz2 |
ALSA: mixart: hard dependency on the standard fw loader
It makes no longer sense to keep the old hwdep user-space firmware
loading, which has been deprecated since ages ago.
Just add a hard dependency on CONFIG_FW_LOADER and drop the useless
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 6150eb1582ae..43568924c8da 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig @@ -707,6 +707,7 @@ config SND_MAESTRO3_INPUT config SND_MIXART tristate "Digigram miXart" + select FW_LOADER select SND_HWDEP select SND_PCM help |