# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_VIDEO_SUNXI[0m bool "Allwinner sunXi family Video Devices" depends on [31mCONFIG_ARCH_SUNXI[0m || [31mCONFIG_COMPILE_TEST[0m help If you have an Allwinner SoC based on the sunXi family, say Y. Note that this option doesn't include new drivers in the kernel: saying N will just cause Kconfig to skip all the questions about Allwinner media devices. if [31mCONFIG_VIDEO_SUNXI[0m source "drivers/staging/media/sunxi/cedrus/Kconfig" endif |