1
0
Fork 0

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: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
alistair/sunxi64-5.8
Mauro Carvalho Chehab 2020-03-26 16:13:16 +01:00
parent 6268b35139
commit 76c34a8d0e
8 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
if MEDIA_DIGITAL_TV_SUPPORT
comment "DVB Frontend drivers hidden by 'Autoselect ancillary drivers'"

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
#
# Media controller
# Selectable only for webcam/grabbers, as other drivers don't use it

View File

@ -1,2 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
source "drivers/media/platform/sunxi/sun4i-csi/Kconfig"
source "drivers/media/platform/sunxi/sun6i-csi/Kconfig"

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
obj-y += sun4i-csi/
obj-y += sun6i-csi/
obj-y += sun8i-di/

View File

@ -1,3 +1,5 @@
# 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

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
sun4i-csi-y += sun4i_csi.o
sun4i-csi-y += sun4i_dma.o
sun4i-csi-y += sun4i_v4l2.o

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_VIDEO_HANTRO) += hantro-vpu.o
hantro-vpu-y += \

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_VIDEO_ROCKCHIP_ISP1) += rockchip-isp1.o
rockchip-isp1-objs += rkisp1-capture.o \
rkisp1-common.o \