blob: b85f88c8ddbd7b301a6bbbc181c4ef0aa5c34c4d [file] [log] [blame]
Mauro Carvalho Chehabfdd1eeb2012-10-17 16:59:01 -03001# Used by common drivers, when they need to ask questions
2config MEDIA_COMMON_OPTIONS
3 bool
4
5comment "common driver options"
6 depends on MEDIA_COMMON_OPTIONS
7
Hans Verkuil62595822013-02-06 07:53:31 -03008config VIDEO_CX2341X
9 tristate
10
Hans Verkuilf1c50f22013-02-06 07:57:57 -030011config VIDEO_BTCX
12 depends on PCI
13 tristate
14
Hans Verkuila393eda2013-02-06 08:03:41 -030015config VIDEO_TVEEPROM
16 tristate
17 depends on I2C
18
Hans Verkuil79a63c62013-03-25 06:43:12 -030019config CYPRESS_FIRMWARE
20 tristate "Cypress firmware helper routines"
Randy Dunlap7c15b712013-04-08 13:47:03 -030021 depends on USB
Hans Verkuil79a63c62013-03-25 06:43:12 -030022
Mauro Carvalho Chehab3785bc12012-06-14 16:35:58 -030023source "drivers/media/common/b2c2/Kconfig"
Mauro Carvalho Chehabed0c8b52012-06-14 16:36:00 -030024source "drivers/media/common/saa7146/Kconfig"
Mauro Carvalho Chehab0013ca82012-06-14 16:36:01 -030025source "drivers/media/common/siano/Kconfig"