diff options
author | Alex Woods <devnull@localhost> | 2004-01-18 22:05:34 +0000 |
---|---|---|
committer | Alex Woods <devnull@localhost> | 2004-01-18 22:05:34 +0000 |
commit | 1a6ef703d53b75361e108eb5c72c939aacdab2dd (patch) | |
tree | 46e0e6bb98271d2df6aa86ca2efc65421f12d54c | |
parent | f50db4503d1bc2f6e92a4d7f4b16f16db239d0fa (diff) | |
download | mediapointer-dvb-s2-1a6ef703d53b75361e108eb5c72c939aacdab2dd.tar.gz mediapointer-dvb-s2-1a6ef703d53b75361e108eb5c72c939aacdab2dd.tar.bz2 |
Get it right..
-rw-r--r-- | linux/drivers/media/dvb/ttusb-dec/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttusb-dec/Kconfig b/linux/drivers/media/dvb/ttusb-dec/Kconfig index b035da0da..9fb8cd983 100644 --- a/linux/drivers/media/dvb/ttusb-dec/Kconfig +++ b/linux/drivers/media/dvb/ttusb-dec/Kconfig @@ -1,7 +1,8 @@ config DVB_TTUSB_DEC tristate "Technotrend/Hauppauge USB DEC devices" depends on DVB_CORE && USB - select FW_LOADER CRC32 + select FW_LOADER + select CRC32 help Support for external USB adapters designed by Technotrend and produced by Hauppauge, shipped under the brand name 'DEC2000-t' |