Skip to content

Commit 76c34a8

Browse files
committed
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 <[email protected]>
1 parent 6268b35 commit 76c34a8

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

drivers/media/dvb-frontends/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
13
if MEDIA_DIGITAL_TV_SUPPORT
24

35
comment "DVB Frontend drivers hidden by 'Autoselect ancillary drivers'"

drivers/media/mc/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
13
#
24
# Media controller
35
# Selectable only for webcam/grabbers, as other drivers don't use it
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
13
source "drivers/media/platform/sunxi/sun4i-csi/Kconfig"
24
source "drivers/media/platform/sunxi/sun6i-csi/Kconfig"

drivers/media/platform/sunxi/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
13
obj-y += sun4i-csi/
24
obj-y += sun6i-csi/
35
obj-y += sun8i-di/

drivers/media/platform/sunxi/sun4i-csi/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
13
config VIDEO_SUN4I_CSI
24
tristate "Allwinner A10 CMOS Sensor Interface Support"
35
depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API && HAS_DMA

drivers/media/platform/sunxi/sun4i-csi/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
13
sun4i-csi-y += sun4i_csi.o
24
sun4i-csi-y += sun4i_dma.o
35
sun4i-csi-y += sun4i_v4l2.o

drivers/staging/media/hantro/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
13
obj-$(CONFIG_VIDEO_HANTRO) += hantro-vpu.o
24

35
hantro-vpu-y += \

drivers/staging/media/rkisp1/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
13
obj-$(CONFIG_VIDEO_ROCKCHIP_ISP1) += rockchip-isp1.o
24
rockchip-isp1-objs += rkisp1-capture.o \
35
rkisp1-common.o \

0 commit comments

Comments
 (0)