diff options
author | Michael Hunold <devnull@localhost> | 2004-08-25 10:40:35 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-08-25 10:40:35 +0000 |
commit | f680c1f3f262eae1802d080db3eccee4f9da3f43 (patch) | |
tree | cb3318b54e9bc4993cf941e4219fb683fabc0e08 /linux/drivers/media | |
parent | 4e114f044099fc0f228f106b879aa082b2a39a9c (diff) | |
download | mediapointer-dvb-s2-f680c1f3f262eae1802d080db3eccee4f9da3f43.tar.gz mediapointer-dvb-s2-f680c1f3f262eae1802d080db3eccee4f9da3f43.tar.bz2 |
- got confused by select and depends on
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/ttpci/Kconfig b/linux/drivers/media/dvb/ttpci/Kconfig index bf11b7fa7..eaa210760 100644 --- a/linux/drivers/media/dvb/ttpci/Kconfig +++ b/linux/drivers/media/dvb/ttpci/Kconfig @@ -91,8 +91,8 @@ config DVB_BUDGET_AV config DVB_BUDGET_PATCH tristate "AV7110 cards with Budget Patch" - depends on DVB_BUDGET - select DVB_CORE && DVB_AV7110 + depends on DVB_CORE && DVB_BUDGET + select DVB_AV7110 help Support for Budget Patch (full TS) modification on SAA7146+AV7110 based cards (DVB-S cards). This |