diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-03-26 18:13:16 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-04-14 11:29:05 +0300 |
commit | 76c34a8d0e53f98975a2da5f753a99b4abc05c44 (patch) | |
tree | 57cc912ced14fc35624cc28610156f745def2c99 /drivers/media/platform/sunxi/sun4i-csi/Kconfig | |
parent | 6268b351394450e9168a9281a9279f7cb420669f (diff) | |
download | linux-76c34a8d0e53f98975a2da5f753a99b4abc05c44.tar.xz |
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>
Diffstat (limited to 'drivers/media/platform/sunxi/sun4i-csi/Kconfig')
-rw-r--r-- | drivers/media/platform/sunxi/sun4i-csi/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/platform/sunxi/sun4i-csi/Kconfig b/drivers/media/platform/sunxi/sun4i-csi/Kconfig index e86e29b6a603..93b4e82a2655 100644 --- a/drivers/media/platform/sunxi/sun4i-csi/Kconfig +++ b/drivers/media/platform/sunxi/sun4i-csi/Kconfig @@ -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 |