fccea74ff8
Instead of having 3 options to allow customizing the media sub-drivers (tuners, I2C drivers, frontends), merge all of them into just one. That simplifies the life for users, as they can just keep this untouched. Life for developers is also simpler, as there's now just one Kconfig item to remember, for the ancillary sub-drivers providing supports for chips that could change from one board design to another. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
18 lines
513 B
Text
18 lines
513 B
Text
config VIDEO_SAA7164
|
|
tristate "NXP SAA7164 support"
|
|
depends on DVB_CORE && PCI && I2C
|
|
select I2C_ALGOBIT
|
|
select FW_LOADER
|
|
select VIDEO_TUNER
|
|
select VIDEO_TVEEPROM
|
|
select VIDEOBUF_DVB
|
|
select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
|
|
select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
|
|
---help---
|
|
This is a video4linux driver for NXP SAA7164 based
|
|
TV cards.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called saa7164
|
|
|