blob: 21154dd87b0bb52acf49c315470c94c30030e8fb [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 Verkuila393eda2013-02-06 08:03:41 -030011config VIDEO_TVEEPROM
12 tristate
13 depends on I2C
14
Hans Verkuil79a63c62013-03-25 06:43:12 -030015config CYPRESS_FIRMWARE
16 tristate "Cypress firmware helper routines"
Randy Dunlap7c15b712013-04-08 13:47:03 -030017 depends on USB
Hans Verkuil79a63c62013-03-25 06:43:12 -030018
Mauro Carvalho Chehab3785bc12012-06-14 16:35:58 -030019source "drivers/media/common/b2c2/Kconfig"
Mauro Carvalho Chehabed0c8b52012-06-14 16:36:00 -030020source "drivers/media/common/saa7146/Kconfig"
Mauro Carvalho Chehab0013ca82012-06-14 16:36:01 -030021source "drivers/media/common/siano/Kconfig"