hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
config VIDEO_IVTV
   tristate "Conexant cx23416/cx23415 MPEG encoder/decoder support"
   depends on VIDEO_V4L2 && PCI && I2C
   select I2C_ALGOBIT
   depends on RC_CORE
   select VIDEO_TUNER
   select VIDEO_TVEEPROM
   select VIDEO_CX2341X
   select VIDEO_CX25840
   select VIDEO_MSP3400
   select VIDEO_SAA711X
   select VIDEO_SAA717X
   select VIDEO_SAA7127
   select VIDEO_CS53L32A
   select VIDEO_M52790
   select VIDEO_WM8775
   select VIDEO_WM8739
   select VIDEO_VP27SMPX
   select VIDEO_UPD64031A
   select VIDEO_UPD64083
   ---help---
     This is a video4linux driver for Conexant cx23416 or cx23415 based
     PCI personal video recorder devices.
 
     This is used in devices such as the Hauppauge PVR-150/250/350/500
     cards. There is a driver homepage at <http://www.ivtvdriver.org>.
 
     To compile this driver as a module, choose M here: the
     module will be called ivtv.
 
config VIDEO_IVTV_DEPRECATED_IOCTLS
   bool "enable the DVB ioctls abuse on ivtv driver"
   depends on VIDEO_IVTV
   default n
   ---help---
     Enable the usage of the a DVB set of ioctls that were abused by
     IVTV driver for a while.
 
     Those ioctls were not needed for a long time, as IVTV implements
     the proper V4L2 ioctls since kernel 3.3.
 
     If unsure, say N.
 
config VIDEO_IVTV_ALSA
   tristate "Conexant cx23415/cx23416 ALSA interface for PCM audio capture"
   depends on VIDEO_IVTV && SND
   select SND_PCM
   ---help---
     This driver provides an ALSA interface as another method for user
     applications to obtain PCM audio data from Conexant cx23415/cx23416
     based PCI TV cards supported by the ivtv driver.
 
     The ALSA interface has much wider use in user applications performing
     PCM audio capture, than the V4L2 "/dev/video24" PCM audio interface
     provided by the main ivtv driver.
 
     To compile this driver as a module, choose M here: the
     module will be called ivtv-alsa.
 
config VIDEO_FB_IVTV
   tristate "Conexant cx23415 framebuffer support"
   depends on VIDEO_IVTV && FB
   select FB_CFB_FILLRECT
   select FB_CFB_COPYAREA
   select FB_CFB_IMAGEBLIT
   ---help---
     This is a framebuffer driver for the Conexant cx23415 MPEG
     encoder/decoder.
 
     This is used in the Hauppauge PVR-350 card. There is a driver
     homepage at <http://www.ivtvdriver.org>.
 
     In order to use this module, you will need to boot with PAT disabled
     on x86 systems, using the nopat kernel parameter.
 
     To compile this driver as a module, choose M here: the
     module will be called ivtvfb.