mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
e33fdb5a02
Deprecate the hexium_gemini, hexium_orion, mxb and ttpci saa7146-based drivers: these drivers do not use the vb2 framework for video streaming, instead it uses the old videobuf framework. We want to get rid of these old drivers, so deprecated these for future removal. [hverkuil: update MAINTAINERS file] Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
28 lines
574 B
Plaintext
28 lines
574 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
# 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 CYPRESS_FIRMWARE
|
|
tristate
|
|
depends on USB
|
|
|
|
config TTPCI_EEPROM
|
|
tristate
|
|
depends on I2C
|
|
|
|
config VIDEO_CX2341X
|
|
tristate
|
|
|
|
config VIDEO_TVEEPROM
|
|
tristate
|
|
depends on I2C
|
|
|
|
source "drivers/media/common/b2c2/Kconfig"
|
|
source "drivers/media/common/siano/Kconfig"
|
|
source "drivers/media/common/v4l2-tpg/Kconfig"
|
|
source "drivers/media/common/videobuf2/Kconfig"
|