diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-11-22 16:14:55 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-11-22 17:48:01 +0100 |
commit | 0d144de9af28f23d28e4cdf28a08e25e9ad3b41c (patch) | |
tree | d636f6ccf8b82334f77ed4997645de47e3ae2ef8 /sound/drivers/Kconfig | |
parent | d19144987c4b84bda3aaee602242060a5ab504b9 (diff) | |
download | linux-0d144de9af28f23d28e4cdf28a08e25e9ad3b41c.tar.bz2 |
ALSA: vx: hard dependency on the standard fw loader
Yet again like previous two commits, drop the old hwdep user-space
firmware code from vx driver (snd-vxpocket and snd-vx222).
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/drivers/Kconfig')
-rw-r--r-- | sound/drivers/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/drivers/Kconfig b/sound/drivers/Kconfig index 5e4384137a76..7d02c322ed93 100644 --- a/sound/drivers/Kconfig +++ b/sound/drivers/Kconfig @@ -14,6 +14,7 @@ config SND_OPL4_LIB config SND_VX_LIB tristate + select FW_LOADER select SND_HWDEP select SND_PCM |