Commit 39d08ab9 authored by Hans Verkuil's avatar Hans Verkuil
Browse files

media: Revert "media: saa7146: deprecate hexium_gemini/orion, mxb and ttpci"



This reverts commit e33fdb5a.

The saa7146-based devices are still in use, esp. for DVB. So move
these drivers back to mainline.

Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 0fcb8677
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18393,7 +18393,9 @@ M: Hans Verkuil <hverkuil@xs4all.nl>
L:	linux-media@vger.kernel.org
S:	Maintained
T:	git git://linuxtv.org/media_tree.git
F:	drivers/staging/media/deprecated/saa7146/
F:	drivers/media/common/saa7146/
F:	drivers/media/pci/saa7146/
F:	include/media/drv-intf/saa7146*
SAFESETID SECURITY MODULE
M:	Micah Morton <mortonm@chromium.org>
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ config VIDEO_TVEEPROM
	depends on I2C

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"
source "drivers/media/common/videobuf2/Kconfig"
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
obj-y += b2c2/ siano/ v4l2-tpg/ videobuf2/
obj-y += b2c2/ saa7146/ siano/ v4l2-tpg/ videobuf2/

# Please keep it alphabetically sorted by Kconfig name
# (e. g. LC_ALL=C sort Makefile)
Loading