[ALSA] Fix dependency of snd-adlib driver in Kconfig
authorTakashi Iwai <tiwai@suse.de>
Thu, 12 Oct 2006 19:10:21 +0000 (21:10 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sun, 22 Oct 2006 08:51:10 +0000 (10:51 +0200)
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>
sound/isa/Kconfig

index 557c4de..57371f1 100644 (file)
@@ -13,6 +13,7 @@ config SND_CS4231_LIB
 
 config SND_ADLIB
        tristate "AdLib FM card"
+       depends on SND
        select SND_OPL3_LIB
        help
          Say Y here to include support for AdLib FM cards.