mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
445c2714cf
After commit d9b19199e4
(always enable FW_LOADER unless EMBEDDED=y) we can remove
the FW_LOADER select's and corresponding dependencies
on HOTPLUG.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
30 lines
947 B
Plaintext
30 lines
947 B
Plaintext
config VIDEO_CX23885
|
|
tristate "Conexant cx23885 (2388x successor) support"
|
|
depends on DVB_CORE && VIDEO_DEV && PCI && I2C && INPUT
|
|
select I2C_ALGOBIT
|
|
select VIDEO_BTCX
|
|
select VIDEO_TUNER
|
|
select VIDEO_TVEEPROM
|
|
select VIDEO_IR
|
|
select VIDEOBUF_DVB
|
|
select VIDEOBUF_DMA_SG
|
|
select VIDEO_CX25840
|
|
select VIDEO_CX2341X
|
|
select DVB_DIB7000P if !DVB_FE_CUSTOMISE
|
|
select MEDIA_TUNER_MT2131 if !DVB_FE_CUSTOMISE
|
|
select DVB_S5H1409 if !DVB_FE_CUSTOMISE
|
|
select DVB_S5H1411 if !DVB_FE_CUSTOMISE
|
|
select DVB_LGDT330X if !DVB_FE_CUSTOMISE
|
|
select MEDIA_TUNER_XC2028 if !DVB_FE_CUSTOMIZE
|
|
select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE
|
|
select MEDIA_TUNER_TDA18271 if !DVB_FE_CUSTOMIZE
|
|
select MEDIA_TUNER_XC5000 if !DVB_FE_CUSTOMIZE
|
|
select DVB_TDA10048 if !DVB_FE_CUSTOMIZE
|
|
---help---
|
|
This is a video4linux driver for Conexant 23885 based
|
|
TV cards.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called cx23885
|
|
|