7952be9b6e
This directory contains the videobuf2 framework, so name the directory accordingly. The name 'videobuf' typically refers to the old and deprecated videobuf version 1 framework so that was confusing. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
24 lines
554 B
Plaintext
24 lines
554 B
Plaintext
# Used by common drivers, when they need to ask questions
|
|
config MEDIA_COMMON_OPTIONS
|
|
bool
|
|
|
|
comment "common driver options"
|
|
depends on MEDIA_COMMON_OPTIONS
|
|
|
|
config VIDEO_CX2341X
|
|
tristate
|
|
|
|
config VIDEO_TVEEPROM
|
|
tristate
|
|
depends on I2C
|
|
|
|
config CYPRESS_FIRMWARE
|
|
tristate "Cypress firmware helper routines"
|
|
depends on USB
|
|
|
|
source "drivers/media/common/videobuf2/Kconfig"
|
|
source "drivers/media/common/b2c2/Kconfig"
|
|
source "drivers/media/common/saa7146/Kconfig"
|
|
source "drivers/media/common/siano/Kconfig"
|
|
source "drivers/media/common/v4l2-tpg/Kconfig"
|