f6fe8c6a42
The cx25840 module requires external firmware in order to function, so it must select FW_LOADER, but saa7115 and saa7129 do not require it. This patch creates VIDEO_CX25840, and alters VIDEO_DECODER to select it. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
10 lines
296 B
Plaintext
10 lines
296 B
Plaintext
config VIDEO_CX25840
|
|
tristate "Conexant CX2584x audio/video decoders"
|
|
depends on VIDEO_DEV && I2C && EXPERIMENTAL
|
|
select FW_LOADER
|
|
---help---
|
|
Support for the Conexant CX2584x audio/video decoders.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called cx25840
|