mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 10:14:23 +08:00
6bda96447c
The Remote Controller subsystem is meant to be used not only by Infra Red but also for similar types of Remote Controllers. The core is not specific to Infra Red. As such, rename: - ir-core.h to rc-core.h - IR_CORE to RC_CORE - namespace inside rc-core.c/rc-core.h To be consistent with the other changes. No functional change on this patch. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
28 lines
934 B
Plaintext
28 lines
934 B
Plaintext
config VIDEO_BT848
|
|
tristate "BT848 Video For Linux"
|
|
depends on VIDEO_DEV && PCI && I2C && VIDEO_V4L2
|
|
select I2C_ALGOBIT
|
|
select VIDEO_BTCX
|
|
select VIDEOBUF_DMA_SG
|
|
depends on RC_CORE
|
|
select VIDEO_TUNER
|
|
select VIDEO_TVEEPROM
|
|
select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO
|
|
select VIDEO_TVAUDIO if VIDEO_HELPER_CHIPS_AUTO
|
|
select VIDEO_TDA7432 if VIDEO_HELPER_CHIPS_AUTO
|
|
select VIDEO_SAA6588 if VIDEO_HELPER_CHIPS_AUTO
|
|
---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.
|