From: Takashi Iwai Date: Thu, 12 Oct 2006 19:10:21 +0000 (+0200) Subject: [ALSA] Fix dependency of snd-adlib driver in Kconfig X-Git-Tag: v2.6.19-rc3~4^2~7 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c9949452f221077c22a4765ef380841e169f034b;p=linux-2.6-omap-h63xx.git [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 Signed-off-by: Jaroslav Kysela --- diff --git a/sound/isa/Kconfig b/sound/isa/Kconfig index 557c4de2296..57371f1a441 100644 --- a/sound/isa/Kconfig +++ b/sound/isa/Kconfig @@ -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.