diff options
author | Holger Waechtler <devnull@localhost> | 2003-06-27 10:06:25 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2003-06-27 10:06:25 +0000 |
commit | 10d106e253fdb1f79d4c9c961f28c217859650ee (patch) | |
tree | e95f17e5c4158cde8c53985ad3cad970a1b2639a | |
parent | 5665f683356611af6fbd6916d7be44b50569c2f7 (diff) | |
download | mediapointer-dvb-s2-10d106e253fdb1f79d4c9c961f28c217859650ee.tar.gz mediapointer-dvb-s2-10d106e253fdb1f79d4c9c961f28c217859650ee.tar.bz2 |
improved help
-rw-r--r-- | linux/drivers/media/dvb/Kconfig | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/bt8xx/Kconfig | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/Kconfig b/linux/drivers/media/dvb/Kconfig index 7a674193f..8eed83b9b 100644 --- a/linux/drivers/media/dvb/Kconfig +++ b/linux/drivers/media/dvb/Kconfig @@ -37,7 +37,7 @@ comment "Supported SAA7146 based PCI Adapters" source "drivers/media/dvb/ttpci/Kconfig" -comment "Supported BT8xx based PCI Adapters" +comment "BT8xx based PCI Adapters (needs CONFIG_VIDEO_BT848)" depends on DVB && PCI source "drivers/media/dvb/bt8xx/Kconfig" diff --git a/linux/drivers/media/dvb/bt8xx/Kconfig b/linux/drivers/media/dvb/bt8xx/Kconfig index ec53a99fb..73158550d 100644 --- a/linux/drivers/media/dvb/bt8xx/Kconfig +++ b/linux/drivers/media/dvb/bt8xx/Kconfig @@ -1,6 +1,6 @@ config DVB_BT8XX - tristate "Bt8xx based DVB PCI cards" - depends on DVB_CORE && USB + tristate "Nebula/Pinnacle PCTV PCI cards" + depends on DVB_CORE && PCI && VIDEO_BT848 help Support for PCI cards based on the Bt8xx PCI bridge. Examples are The Nebula cards and the Pinnacle PCTV cards. |