From 46ec16e58c40f6083e1d01480da2d34a6ff268c2 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Fri, 8 Aug 2008 16:09:07 +0200 Subject: bt87x: depends on PCI From: Hans Verkuil Building bt87x fails on machines without PCI bus. Add dependency on CONFIG_PCI. Priority: normal Signed-off-by: Hans Verkuil --- v4l/Kconfig.sound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l/Kconfig.sound b/v4l/Kconfig.sound index cab280c40..658347dec 100644 --- a/v4l/Kconfig.sound +++ b/v4l/Kconfig.sound @@ -5,7 +5,7 @@ comment "ALSA sound" config SND_BT87X tristate "Bt87x Audio Capture" - depends on SND + depends on SND && PCI select SND_PCM help If you want to record audio from TV cards based on -- cgit v1.2.3