Kconfig (0c0d06cac63ee327ceaab4b5ffe2206574ab86bd) | Kconfig (fccea74ff8b5159935acc7b4b4857ee81ee44661) |
---|---|
1config VIDEO_EM28XX 2 tristate "Empia EM28xx USB video capture support" 3 depends on VIDEO_DEV && I2C 4 select VIDEO_TUNER 5 select VIDEO_TVEEPROM 6 select VIDEOBUF_VMALLOC | 1config VIDEO_EM28XX 2 tristate "Empia EM28xx USB video capture support" 3 depends on VIDEO_DEV && I2C 4 select VIDEO_TUNER 5 select VIDEO_TVEEPROM 6 select VIDEOBUF_VMALLOC |
7 select VIDEO_SAA711X if VIDEO_HELPER_CHIPS_AUTO 8 select VIDEO_TVP5150 if VIDEO_HELPER_CHIPS_AUTO 9 select VIDEO_MSP3400 if VIDEO_HELPER_CHIPS_AUTO 10 select VIDEO_MT9V011 if VIDEO_HELPER_CHIPS_AUTO | 7 select VIDEO_SAA711X if MEDIA_SUBDRV_AUTOSELECT 8 select VIDEO_TVP5150 if MEDIA_SUBDRV_AUTOSELECT 9 select VIDEO_MSP3400 if MEDIA_SUBDRV_AUTOSELECT 10 select VIDEO_MT9V011 if MEDIA_SUBDRV_AUTOSELECT |
11 12 ---help--- 13 This is a video4linux driver for Empia 28xx based TV cards. 14 15 To compile this driver as a module, choose M here: the 16 module will be called em28xx 17 18config VIDEO_EM28XX_ALSA --- 9 unchanged lines hidden (view full) --- 28 will enable digital audio. 29 30 To compile this driver as a module, choose M here: the 31 module will be called em28xx-alsa 32 33config VIDEO_EM28XX_DVB 34 tristate "DVB/ATSC Support for em28xx based TV cards" 35 depends on VIDEO_EM28XX && DVB_CORE | 11 12 ---help--- 13 This is a video4linux driver for Empia 28xx based TV cards. 14 15 To compile this driver as a module, choose M here: the 16 module will be called em28xx 17 18config VIDEO_EM28XX_ALSA --- 9 unchanged lines hidden (view full) --- 28 will enable digital audio. 29 30 To compile this driver as a module, choose M here: the 31 module will be called em28xx-alsa 32 33config VIDEO_EM28XX_DVB 34 tristate "DVB/ATSC Support for em28xx based TV cards" 35 depends on VIDEO_EM28XX && DVB_CORE |
36 select DVB_LGDT330X if !DVB_FE_CUSTOMISE 37 select DVB_ZL10353 if !DVB_FE_CUSTOMISE 38 select DVB_TDA10023 if !DVB_FE_CUSTOMISE 39 select DVB_S921 if !DVB_FE_CUSTOMISE 40 select DVB_DRXD if !DVB_FE_CUSTOMISE 41 select DVB_CXD2820R if !DVB_FE_CUSTOMISE 42 select DVB_DRXK if !DVB_FE_CUSTOMISE 43 select DVB_TDA18271C2DD if !DVB_FE_CUSTOMISE 44 select DVB_TDA10071 if !DVB_FE_CUSTOMISE 45 select DVB_A8293 if !DVB_FE_CUSTOMISE | 36 select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT 37 select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT 38 select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT 39 select DVB_S921 if MEDIA_SUBDRV_AUTOSELECT 40 select DVB_DRXD if MEDIA_SUBDRV_AUTOSELECT 41 select DVB_CXD2820R if MEDIA_SUBDRV_AUTOSELECT 42 select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT 43 select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT 44 select DVB_TDA10071 if MEDIA_SUBDRV_AUTOSELECT 45 select DVB_A8293 if MEDIA_SUBDRV_AUTOSELECT |
46 select VIDEOBUF_DVB 47 ---help--- 48 This adds support for DVB cards based on the 49 Empiatech em28xx chips. 50 51config VIDEO_EM28XX_RC 52 tristate "EM28XX Remote Controller support" 53 depends on RC_CORE 54 depends on VIDEO_EM28XX 55 depends on !(RC_CORE=m && VIDEO_EM28XX=y) 56 default VIDEO_EM28XX 57 ---help--- 58 Enables Remote Controller support on em28xx driver. | 46 select VIDEOBUF_DVB 47 ---help--- 48 This adds support for DVB cards based on the 49 Empiatech em28xx chips. 50 51config VIDEO_EM28XX_RC 52 tristate "EM28XX Remote Controller support" 53 depends on RC_CORE 54 depends on VIDEO_EM28XX 55 depends on !(RC_CORE=m && VIDEO_EM28XX=y) 56 default VIDEO_EM28XX 57 ---help--- 58 Enables Remote Controller support on em28xx driver. |