diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-08-31 11:43:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-09-01 13:43:33 -0400 |
commit | 7eaa414ee86cda4c153002ed218b9a0ad17f7de1 (patch) | |
tree | d6a45b71753d97d85dc1bbd7dd7a095144a6c50f | |
parent | 6b39374a27eb4be7e9d82145ae270ba02ea90dc8 (diff) |
[PATCH] Add missing select's to DVB_BUDGET_AV
This fixes the following compile error:
...
LD .tmp_vmlinux1
drivers/built-in.o: In function `frontend_init':
budget-av.c:(.text+0xb9448): undefined reference to `tda10046_attach'
budget-av.c:(.text+0xb9518): undefined reference to `tda10021_attach'
drivers/built-in.o: In function `philips_tu1216_request_firmware':
budget-av.c:(.text+0xb937b): undefined reference to `request_firmware'
make: *** [.tmp_vmlinux1] Error 1
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Johannes Stezenbach <js@linuxtv.org>
Acked-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-rw-r--r-- | drivers/media/dvb/ttpci/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/Kconfig b/drivers/media/dvb/ttpci/Kconfig index bf3c011d2cfb..d8bf65877897 100644 --- a/drivers/media/dvb/ttpci/Kconfig +++ b/drivers/media/dvb/ttpci/Kconfig | |||
@@ -102,6 +102,9 @@ config DVB_BUDGET_AV | |||
102 | select VIDEO_DEV | 102 | select VIDEO_DEV |
103 | select VIDEO_SAA7146_VV | 103 | select VIDEO_SAA7146_VV |
104 | select DVB_STV0299 | 104 | select DVB_STV0299 |
105 | select DVB_TDA1004X | ||
106 | select DVB_TDA10021 | ||
107 | select FW_LOADER | ||
105 | help | 108 | help |
106 | Support for simple SAA7146 based DVB cards | 109 | Support for simple SAA7146 based DVB cards |
107 | (so called Budget- or Nova-PCI cards) without onboard | 110 | (so called Budget- or Nova-PCI cards) without onboard |