Commit 76c34a8d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: add SPDX headers on Kconfig and Makefile files



Most of media Kconfig/Makefile files already has SPDX,
but there are a few ones still missing. Add it to them.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 6268b351
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

if MEDIA_DIGITAL_TV_SUPPORT

comment "DVB Frontend drivers hidden by 'Autoselect ancillary drivers'"
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

#
# Media controller
#	Selectable only for webcam/grabbers, as other drivers don't use it
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

source "drivers/media/platform/sunxi/sun4i-csi/Kconfig"
source "drivers/media/platform/sunxi/sun6i-csi/Kconfig"
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

obj-y		+= sun4i-csi/
obj-y		+= sun6i-csi/
obj-y		+= sun8i-di/
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

config VIDEO_SUN4I_CSI
	tristate "Allwinner A10 CMOS Sensor Interface Support"
	depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API && HAS_DMA
Loading