1# SPDX-License-Identifier: GPL-2.0
2config VIDEO_SUNXI
3	bool "Allwinner sunXi family Video Devices"
4	depends on ARCH_SUNXI || COMPILE_TEST
5	help
6	  If you have an Allwinner SoC based on the sunXi family, say Y.
7
8	  Note that this option doesn't include new drivers in the
9	  kernel: saying N will just cause Kconfig to skip all the
10	  questions about Allwinner media devices.
11
12if VIDEO_SUNXI
13
14source "drivers/staging/media/sunxi/cedrus/Kconfig"
15source "drivers/staging/media/sunxi/sun6i-isp/Kconfig"
16
17endif
18