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