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>
10 lines
354 B
Makefile
10 lines
354 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += b2c2/ siano/ v4l2-tpg/ videobuf2/
|
|
|
|
# Please keep it alphabetically sorted by Kconfig name
|
|
# (e. g. LC_ALL=C sort Makefile)
|
|
obj-$(CONFIG_CYPRESS_FIRMWARE) += cypress_firmware.o
|
|
obj-$(CONFIG_TTPCI_EEPROM) += ttpci-eeprom.o
|
|
obj-$(CONFIG_VIDEO_CX2341X) += cx2341x.o
|
|
obj-$(CONFIG_VIDEO_TVEEPROM) += tveeprom.o
|