mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
ac9ec9358e
- created Kconfig menu item, VIDEO_SAA711X, for the saa7115 module, which supports SAA7113, SAA7114 and SAA7115 video decoders. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
config VIDEO_EM28XX
|
|
tristate "Empia EM2800/2820/2840 USB video capture support"
|
|
depends on VIDEO_DEV && USB && I2C
|
|
select VIDEO_BUF
|
|
select VIDEO_TUNER
|
|
select VIDEO_TVEEPROM
|
|
select VIDEO_IR
|
|
select VIDEO_SAA711X
|
|
---help---
|
|
This is a video4linux driver for Empia 28xx based TV cards.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called em28xx
|