Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / drivers / staging / media / sunxi / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 config 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
12 if VIDEO_SUNXI
13
14 source "drivers/staging/media/sunxi/cedrus/Kconfig"
15
16 endif