Kconfig 553 字节
Newer Older
1 2 3 4 5 6 7
# Used by common drivers, when they need to ask questions
config MEDIA_COMMON_OPTIONS
	bool

comment "common driver options"
	depends on MEDIA_COMMON_OPTIONS

8 9 10
config VIDEO_CX2341X
	tristate

11 12 13 14
config VIDEO_TVEEPROM
	tristate
	depends on I2C

15 16
config CYPRESS_FIRMWARE
	tristate "Cypress firmware helper routines"
17
	depends on USB
18

19
source "drivers/media/common/videobuf/Kconfig"
20
source "drivers/media/common/b2c2/Kconfig"
21
source "drivers/media/common/saa7146/Kconfig"
22
source "drivers/media/common/siano/Kconfig"
23
source "drivers/media/common/v4l2-tpg/Kconfig"