diff options
author | Michael Hunold <devnull@localhost> | 2004-04-10 14:43:36 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-04-10 14:43:36 +0000 |
commit | 2a0743639143251a5ce3138d11c0712fec8b50b7 (patch) | |
tree | 6c3b2ec0859daddd23b8c8d03801326364733ed9 /linux/drivers/media | |
parent | 0af9053705597e280a343e2fd39e31aad6099cef (diff) | |
download | mediapointer-dvb-s2-2a0743639143251a5ce3138d11c0712fec8b50b7.tar.gz mediapointer-dvb-s2-2a0743639143251a5ce3138d11c0712fec8b50b7.tar.bz2 |
- DVB_TWINHAN_DST depends on DVB_BT8XX (dependency is explicitly
mentioned in help text, but not enforced). found by Gert Uytterhoeven
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 02c6decfb..42d1f5f24 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -3,7 +3,7 @@ comment "Supported Frontend Modules" config DVB_TWINHAN_DST tristate "TWINHAN DST based DVB-S frontend (QPSK)" - depends on DVB_CORE + depends on DVB_CORE && DVB_BT8XX help Used in such cards as the VP-1020/1030, Twinhan DST, VVmer TV@SAT. Say Y when you want to support frontends |