]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/staging/go7007/Kconfig
BKL: introduce CONFIG_BKL.
[net-next-2.6.git] / drivers / staging / go7007 / Kconfig
CommitLineData
866b8695 1config VIDEO_GO7007
c24db706 2 tristate "WIS GO7007 MPEG encoder support"
866b8695 3 depends on VIDEO_DEV && PCI && I2C && INPUT
6de5bd12 4 depends on BKL # please fix
27dee52d 5 depends on SND
866b8695
GKH
6 select VIDEOBUF_DMA_SG
7 select VIDEO_IR
8 select VIDEO_TUNER
9 select VIDEO_TVEEPROM
27dee52d 10 select SND_PCM
866b8695
GKH
11 select CRC32
12 default N
13 ---help---
c24db706
PE
14 This is a video4linux driver for the WIS GO7007 MPEG
15 encoder chip.
866b8695
GKH
16
17 To compile this driver as a module, choose M here: the
18 module will be called go7007
19
20config VIDEO_GO7007_USB
c24db706 21 tristate "WIS GO7007 USB support"
866b8695
GKH
22 depends on VIDEO_GO7007 && USB
23 default N
24 ---help---
c24db706
PE
25 This is a video4linux driver for the WIS GO7007 MPEG
26 encoder chip over USB.
866b8695
GKH
27
28 To compile this driver as a module, choose M here: the
29 module will be called go7007-usb
30
b11869db
PE
31config VIDEO_GO7007_USB_S2250_BOARD
32 tristate "Sensoray 2250/2251 support"
33 depends on VIDEO_GO7007_USB && DVB_USB
34 default N
35 ---help---
c24db706 36 This is a video4linux driver for the Sensoray 2250/2251 device.
b11869db
PE
37
38 To compile this driver as a module, choose M here: the
c24db706
PE
39 module will be called s2250
40
41config VIDEO_GO7007_OV7640
42 tristate "OV7640 subdev support"
43 depends on VIDEO_GO7007
44 default N
45 ---help---
46 This is a video4linux driver for the OV7640 sub-device.
47
48 To compile this driver as a module, choose M here: the
49 module will be called wis-ov7640
50
51config VIDEO_GO7007_SAA7113
52 tristate "SAA7113 subdev support"
53 depends on VIDEO_GO7007
54 default N
55 ---help---
56 This is a video4linux driver for the SAA7113 sub-device.
57
58 To compile this driver as a module, choose M here: the
59 module will be called wis-saa7113
60
61config VIDEO_GO7007_SAA7115
62 tristate "SAA7115 subdev support"
63 depends on VIDEO_GO7007
64 default N
65 ---help---
66 This is a video4linux driver for the SAA7115 sub-device.
67
68 To compile this driver as a module, choose M here: the
69 module will be called wis-saa7115
70
71config VIDEO_GO7007_TW9903
72 tristate "TW9903 subdev support"
73 depends on VIDEO_GO7007
74 default N
75 ---help---
76 This is a video4linux driver for the TW9903 sub-device.
77
78 To compile this driver as a module, choose M here: the
79 module will be called wis-tw9903
80
81config VIDEO_GO7007_UDA1342
82 tristate "UDA1342 subdev support"
83 depends on VIDEO_GO7007
84 default N
85 ---help---
86 This is a video4linux driver for the UDA1342 sub-device.
87
88 To compile this driver as a module, choose M here: the
89 module will be called wis-uda1342
90
91config VIDEO_GO7007_SONY_TUNER
92 tristate "Sony tuner subdev support"
93 depends on VIDEO_GO7007
94 default N
95 ---help---
96 This is a video4linux driver for the Sony Tuner sub-device.
97
98 To compile this driver as a module, choose M here: the
99 module will be called wis-sony-tuner
100
101config VIDEO_GO7007_TW2804
102 tristate "TW2804 subdev support"
103 depends on VIDEO_GO7007
104 default N
105 ---help---
106 This is a video4linux driver for the TW2804 sub-device.
107
108 To compile this driver as a module, choose M here: the
109 module will be called wis-tw2804
b11869db 110