diff options
author | Michael Hunold <devnull@localhost> | 2004-01-01 16:36:52 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-01-01 16:36:52 +0000 |
commit | ed78776c3757018e2ca073bf5d6f92c664efbfff (patch) | |
tree | 6603c1096033620a7dbde84839980b37f65fdfbc /linux/drivers | |
parent | 6e1e44bfc1562848ec63603c0dd6e1c430daf279 (diff) | |
download | mediapointer-dvb-s2-ed78776c3757018e2ca073bf5d6f92c664efbfff.tar.gz mediapointer-dvb-s2-ed78776c3757018e2ca073bf5d6f92c664efbfff.tar.bz2 |
- make drivers select FW_LOADER automatically via Kconfig SELECT option
1) fixes compile error for av7110 when FW_LOADER was not set manually
2) let's the user select TTUSB-DEC when FW_LOADER is not wet manually
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/Kconfig | 1 | ||||
-rw-r--r-- | linux/drivers/media/dvb/ttusb-dec/Kconfig | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/Kconfig b/linux/drivers/media/dvb/ttpci/Kconfig index a4a3ef801..ff4e96330 100644 --- a/linux/drivers/media/dvb/ttpci/Kconfig +++ b/linux/drivers/media/dvb/ttpci/Kconfig @@ -1,6 +1,7 @@ config DVB_AV7110 tristate "AV7110 cards" depends on DVB_CORE + select FW_LOADER select VIDEO_DEV select VIDEO_SAA7146_VV help diff --git a/linux/drivers/media/dvb/ttusb-dec/Kconfig b/linux/drivers/media/dvb/ttusb-dec/Kconfig index 0251c4f27..90f0c26d9 100644 --- a/linux/drivers/media/dvb/ttusb-dec/Kconfig +++ b/linux/drivers/media/dvb/ttusb-dec/Kconfig @@ -1,6 +1,7 @@ config DVB_TTUSB_DEC tristate "Technotrend/Hauppauge USB DEC devices" - depends on DVB_CORE && USB && FW_LOADER + depends on DVB_CORE && USB + select FW_LOADER help Support for external USB adapters designed by Technotrend and produced by Hauppauge, shipped under the brand name 'DEC2000-t' |