]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[PATCH] fix b2c2 dvb undefined symbol
authorPrakash Punnoor <prakash@punnoor.de>
Sat, 12 Nov 2005 08:17:38 +0000 (09:17 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 12 Nov 2005 18:52:30 +0000 (10:52 -0800)
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... ]

Signed-off-by: Prakash Punnoor <prakash@punnoor.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/dvb/b2c2/Kconfig

index d7417eac2abad01c54f16bcfa3f2e3af28d89599..2583a865a58e4c7aea3d09b01f832e30689d29ad 100644 (file)
@@ -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.