summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/b2c2/Kconfig
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-11-13 07:03:46 +0000
committerMichael Krufky <devnull@localhost>2005-11-13 07:03:46 +0000
commit6c7320939f90505127c94a211da00725f4bfd3d1 (patch)
treebcf36fcb4646a5b2a018eca98f7965b7f0d9599b /linux/drivers/media/dvb/b2c2/Kconfig
parent68bee46a58e8a58c55a5991123ec927df939d420 (diff)
downloadmediapointer-dvb-s2-6c7320939f90505127c94a211da00725f4bfd3d1.tar.gz
mediapointer-dvb-s2-6c7320939f90505127c94a211da00725f4bfd3d1.tar.bz2
[PATCH] fix b2c2 dvb undefined symbol
This fixes drivers/built-in.o: In function `flexcop_frontend_init': : undefined reference to `lgdt330x_attach' [ Side note: I really dislike that dvb people want to include every possible frontend into the kernel - I only need the mt312 one for my Skystar2 card. I'd highly appreciate it this would be made selectable again... ] git commit: 44e6f84e3597905816a0440e7218d2ed072120da Signed-off-by: Prakash Punnoor <prakash@punnoor.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/Kconfig')
-rw-r--r--linux/drivers/media/dvb/b2c2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/b2c2/Kconfig b/linux/drivers/media/dvb/b2c2/Kconfig
index d7417eac2..2583a865a 100644
--- a/linux/drivers/media/dvb/b2c2/Kconfig
+++ b/linux/drivers/media/dvb/b2c2/Kconfig
@@ -7,6 +7,7 @@ config DVB_B2C2_FLEXCOP
select DVB_NXT2002
select DVB_STV0297
select DVB_BCM3510
+ select DVB_LGDT330X
help
Support for the digital TV receiver chip made by B2C2 Inc. included in
Technisats PCI cards and USB boxes.