[ALSA] Fix dependency of snd-adlib driver in Kconfig
Added the missing dependency on CONFIG_SND for snd-adlib driver. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
This commit is contained in:
parent
30b35399ce
commit
c9949452f2
|
@ -13,6 +13,7 @@ config SND_CS4231_LIB
|
||||||
|
|
||||||
config SND_ADLIB
|
config SND_ADLIB
|
||||||
tristate "AdLib FM card"
|
tristate "AdLib FM card"
|
||||||
|
depends on SND
|
||||||
select SND_OPL3_LIB
|
select SND_OPL3_LIB
|
||||||
help
|
help
|
||||||
Say Y here to include support for AdLib FM cards.
|
Say Y here to include support for AdLib FM cards.
|
||||||
|
|
Loading…
Reference in New Issue