source "drivers/media/platform/s5p-g2d/Kconfig"
 source "drivers/media/platform/sti/hva/Kconfig"
 source "drivers/media/platform/stm32/Kconfig"
+source "drivers/media/platform/sunxi/sun8i-di/Kconfig"
 
 config VIDEO_MUX
        tristate "Video Multiplexer"
        help
          Enable debug messages on VPE driver.
 
-config VIDEO_SUN8I_DEINTERLACE
-       tristate "Allwinner Deinterlace driver"
-       depends on V4L_MEM2MEM_DRIVERS
-       depends on VIDEO_DEV && VIDEO_V4L2
-       depends on ARCH_SUNXI || COMPILE_TEST
-       depends on COMMON_CLK && OF
-       depends on PM
-       select VIDEOBUF2_DMA_CONTIG
-       select V4L2_MEM2MEM_DEV
-       help
-          Support for the Allwinner deinterlace unit with scaling
-          capability found on some SoCs, like H3.
-          To compile this driver as a module choose m here.
-
 config VIDEO_SUN8I_ROTATE
        tristate "Allwinner DE2 rotation driver"
        depends on V4L_MEM2MEM_DRIVERS
 
--- /dev/null
+# SPDX-License-Identifier: GPL-2.0-only
+config VIDEO_SUN8I_DEINTERLACE
+       tristate "Allwinner Deinterlace driver"
+       depends on V4L_MEM2MEM_DRIVERS
+       depends on VIDEO_DEV && VIDEO_V4L2
+       depends on ARCH_SUNXI || COMPILE_TEST
+       depends on COMMON_CLK && OF
+       depends on PM
+       select VIDEOBUF2_DMA_CONTIG
+       select V4L2_MEM2MEM_DEV
+       help
+          Support for the Allwinner deinterlace unit with scaling
+          capability found on some SoCs, like H3.
+          To compile this driver as a module choose m here.