diff options
| author | Michael Hunold <devnull@localhost> | 2003-10-01 10:24:57 +0000 |
|---|---|---|
| committer | Michael Hunold <devnull@localhost> | 2003-10-01 10:24:57 +0000 |
| commit | 247cf5fcc3c2e684b1319ae8b1a595a328c4b23d (patch) | |
| tree | 0fc5df376242627e9aa704616684547e1b3024d4 /linux/drivers/media/dvb/ttusb-dec | |
| parent | 96c67e37ff37a0f02379addc5060451fe1afd051 (diff) | |
| download | mediapointer-dvb-s2-247cf5fcc3c2e684b1319ae8b1a595a328c4b23d.tar.gz mediapointer-dvb-s2-247cf5fcc3c2e684b1319ae8b1a595a328c4b23d.tar.bz2 | |
- clean up Kconfig files, use the new SELECT facility
- split up saa7146 compilation in core and video part
Diffstat (limited to 'linux/drivers/media/dvb/ttusb-dec')
| -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 afcaf2923..aad5cc65d 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 DEC2000-T devices" - depends on DVB_CORE && USB && !STANDALONE + depends on DVB_CORE + depends on !STANDALONE help Support for external USB adapters designed by Technotrend and produced by Hauppauge, shipped under the brand name 'DEC2000-T'. |
