diff options
author | Manu Abraham <manu@linuxtv.org> | 2006-03-17 10:07:22 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-24 14:26:50 -0500 |
commit | faecfb1760325613debd8df9b9374ce4a28c01d9 (patch) | |
tree | 844e0446e82f07c5d8007d62f7e3a842987e194b /drivers/media/video/bt8xx/Kconfig | |
parent | 280323ddbc595c463f89c30f3f0f823b076bb4e3 (diff) |
V4L/DVB (3539): Move bttv fragments to bt8xx/
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/Kconfig')
-rw-r--r-- | drivers/media/video/bt8xx/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/Kconfig b/drivers/media/video/bt8xx/Kconfig new file mode 100644 index 000000000000..085477c12612 --- /dev/null +++ b/drivers/media/video/bt8xx/Kconfig | |||
@@ -0,0 +1,25 @@ | |||
1 | config VIDEO_BT848 | ||
2 | tristate "BT848 Video For Linux" | ||
3 | depends on VIDEO_DEV && PCI && I2C | ||
4 | select I2C_ALGOBIT | ||
5 | select FW_LOADER | ||
6 | select VIDEO_BTCX | ||
7 | select VIDEO_BUF | ||
8 | select VIDEO_IR | ||
9 | select VIDEO_TUNER | ||
10 | select VIDEO_TVEEPROM | ||
11 | select VIDEO_MSP3400 | ||
12 | ---help--- | ||
13 | Support for BT848 based frame grabber/overlay boards. This includes | ||
14 | the Miro, Hauppauge and STB boards. Please read the material in | ||
15 | <file:Documentation/video4linux/bttv/> for more information. | ||
16 | |||
17 | To compile this driver as a module, choose M here: the | ||
18 | module will be called bttv. | ||
19 | |||
20 | config VIDEO_BT848_DVB | ||
21 | bool "DVB/ATSC Support for bt878 based TV cards" | ||
22 | depends on VIDEO_BT848 && DVB_CORE | ||
23 | select DVB_BT8XX | ||
24 | ---help--- | ||
25 | This adds support for DVB/ATSC cards based on the BT878 chip. | ||