summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx/Kconfig
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2006-03-17 18:30:29 -0600
committerMike Isely <isely@pobox.com>2006-03-17 18:30:29 -0600
commit09b18d418a428399b3c393492efb0c8db4f70ea1 (patch)
tree27be2cdcedf2e1e76427ff7fcec136983caf1264 /linux/drivers/media/video/bt8xx/Kconfig
parent0c57b11076a797902550b9f74763718edb825483 (diff)
parentb76cf1534a48158bfbafe1ed5497621198877e06 (diff)
downloadmediapointer-dvb-s2-09b18d418a428399b3c393492efb0c8db4f70ea1.tar.gz
mediapointer-dvb-s2-09b18d418a428399b3c393492efb0c8db4f70ea1.tar.bz2
Merge from master
From: Mike Isely <isely@pobox.com> Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/Kconfig')
-rw-r--r--linux/drivers/media/video/bt8xx/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bt8xx/Kconfig b/linux/drivers/media/video/bt8xx/Kconfig
new file mode 100644
index 000000000..085477c12
--- /dev/null
+++ b/linux/drivers/media/video/bt8xx/Kconfig
@@ -0,0 +1,25 @@
+config VIDEO_BT848
+ tristate "BT848 Video For Linux"
+ depends on VIDEO_DEV && PCI && I2C
+ select I2C_ALGOBIT
+ select FW_LOADER
+ select VIDEO_BTCX
+ select VIDEO_BUF
+ select VIDEO_IR
+ select VIDEO_TUNER
+ select VIDEO_TVEEPROM
+ select VIDEO_MSP3400
+ ---help---
+ Support for BT848 based frame grabber/overlay boards. This includes
+ the Miro, Hauppauge and STB boards. Please read the material in
+ <file:Documentation/video4linux/bttv/> for more information.
+
+ To compile this driver as a module, choose M here: the
+ module will be called bttv.
+
+config VIDEO_BT848_DVB
+ bool "DVB/ATSC Support for bt878 based TV cards"
+ depends on VIDEO_BT848 && DVB_CORE
+ select DVB_BT8XX
+ ---help---
+ This adds support for DVB/ATSC cards based on the BT878 chip.