18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ciconfig VIDEO_EM28XX 38c2ecf20Sopenharmony_ci tristate "Empia EM28xx USB devices support" 48c2ecf20Sopenharmony_ci depends on VIDEO_DEV && I2C 58c2ecf20Sopenharmony_ci select VIDEO_TUNER 68c2ecf20Sopenharmony_ci select VIDEO_TVEEPROM 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciconfig VIDEO_EM28XX_V4L2 98c2ecf20Sopenharmony_ci tristate "Empia EM28xx analog TV, video capture and/or webcam support" 108c2ecf20Sopenharmony_ci depends on VIDEO_EM28XX 118c2ecf20Sopenharmony_ci select VIDEOBUF2_VMALLOC 128c2ecf20Sopenharmony_ci select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT 138c2ecf20Sopenharmony_ci select VIDEO_TVP5150 if MEDIA_SUBDRV_AUTOSELECT 148c2ecf20Sopenharmony_ci select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT 158c2ecf20Sopenharmony_ci select VIDEO_MT9V011 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_CAMERA_SUPPORT 168c2ecf20Sopenharmony_ci select VIDEO_OV2640 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_CAMERA_SUPPORT 178c2ecf20Sopenharmony_ci help 188c2ecf20Sopenharmony_ci This is a video4linux driver for Empia 28xx based TV cards. 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here: the 218c2ecf20Sopenharmony_ci module will be called em28xx 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ciconfig VIDEO_EM28XX_ALSA 248c2ecf20Sopenharmony_ci depends on VIDEO_EM28XX && SND 258c2ecf20Sopenharmony_ci select SND_PCM 268c2ecf20Sopenharmony_ci tristate "Empia EM28xx ALSA audio module" 278c2ecf20Sopenharmony_ci help 288c2ecf20Sopenharmony_ci This is an ALSA driver for some Empia 28xx based TV cards. 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_ci This is not required for em2800/em2820/em2821 boards. However, 318c2ecf20Sopenharmony_ci newer em28xx devices uses Vendor Class for audio, instead of 328c2ecf20Sopenharmony_ci implementing the USB Audio Class. For those chips, this module 338c2ecf20Sopenharmony_ci will enable digital audio. 348c2ecf20Sopenharmony_ci 358c2ecf20Sopenharmony_ci To compile this driver as a module, choose M here: the 368c2ecf20Sopenharmony_ci module will be called em28xx-alsa 378c2ecf20Sopenharmony_ci 388c2ecf20Sopenharmony_ciconfig VIDEO_EM28XX_DVB 398c2ecf20Sopenharmony_ci tristate "DVB/ATSC Support for em28xx based TV cards" 408c2ecf20Sopenharmony_ci depends on VIDEO_EM28XX && DVB_CORE 418c2ecf20Sopenharmony_ci select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT 428c2ecf20Sopenharmony_ci select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT 438c2ecf20Sopenharmony_ci select DVB_LGDT3306A if MEDIA_SUBDRV_AUTOSELECT 448c2ecf20Sopenharmony_ci select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT 458c2ecf20Sopenharmony_ci select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT 468c2ecf20Sopenharmony_ci select DVB_S921 if MEDIA_SUBDRV_AUTOSELECT 478c2ecf20Sopenharmony_ci select DVB_DRXD if MEDIA_SUBDRV_AUTOSELECT 488c2ecf20Sopenharmony_ci select DVB_CXD2820R if MEDIA_SUBDRV_AUTOSELECT 498c2ecf20Sopenharmony_ci select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT 508c2ecf20Sopenharmony_ci select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT 518c2ecf20Sopenharmony_ci select DVB_TDA10071 if MEDIA_SUBDRV_AUTOSELECT 528c2ecf20Sopenharmony_ci select DVB_A8293 if MEDIA_SUBDRV_AUTOSELECT 538c2ecf20Sopenharmony_ci select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT 548c2ecf20Sopenharmony_ci select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT 558c2ecf20Sopenharmony_ci select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT 568c2ecf20Sopenharmony_ci select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT 578c2ecf20Sopenharmony_ci select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT 588c2ecf20Sopenharmony_ci select MEDIA_TUNER_TDA18212 if MEDIA_SUBDRV_AUTOSELECT 598c2ecf20Sopenharmony_ci select DVB_M88DS3103 if MEDIA_SUBDRV_AUTOSELECT 608c2ecf20Sopenharmony_ci select DVB_TS2020 if MEDIA_SUBDRV_AUTOSELECT 618c2ecf20Sopenharmony_ci select DVB_DRX39XYJ if MEDIA_SUBDRV_AUTOSELECT 628c2ecf20Sopenharmony_ci select DVB_SI2168 if MEDIA_SUBDRV_AUTOSELECT 638c2ecf20Sopenharmony_ci select MEDIA_TUNER_SI2157 if MEDIA_SUBDRV_AUTOSELECT 648c2ecf20Sopenharmony_ci select DVB_TC90522 if MEDIA_SUBDRV_AUTOSELECT 658c2ecf20Sopenharmony_ci select MEDIA_TUNER_QM1D1C0042 if MEDIA_SUBDRV_AUTOSELECT 668c2ecf20Sopenharmony_ci select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT 678c2ecf20Sopenharmony_ci select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT 688c2ecf20Sopenharmony_ci select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT 698c2ecf20Sopenharmony_ci select MEDIA_TUNER_MT2060 if MEDIA_SUBDRV_AUTOSELECT 708c2ecf20Sopenharmony_ci help 718c2ecf20Sopenharmony_ci This adds support for DVB cards based on the 728c2ecf20Sopenharmony_ci Empiatech em28xx chips. 738c2ecf20Sopenharmony_ci 748c2ecf20Sopenharmony_ciconfig VIDEO_EM28XX_RC 758c2ecf20Sopenharmony_ci tristate "EM28XX Remote Controller support" 768c2ecf20Sopenharmony_ci depends on RC_CORE 778c2ecf20Sopenharmony_ci depends on VIDEO_EM28XX 788c2ecf20Sopenharmony_ci depends on !(RC_CORE=m && VIDEO_EM28XX=y) 798c2ecf20Sopenharmony_ci default VIDEO_EM28XX 808c2ecf20Sopenharmony_ci help 818c2ecf20Sopenharmony_ci Enables Remote Controller support on em28xx driver. 82