1# SPDX-License-Identifier: GPL-2.0-only
2
3config VIDEO_SUN8I_ROTATE
4	tristate "Allwinner DE2 rotation driver"
5	depends on V4L_MEM2MEM_DRIVERS
6	depends on VIDEO_DEV
7	depends on ARCH_SUNXI || COMPILE_TEST
8	depends on COMMON_CLK && RESET_CONTROLLER && OF
9	depends on PM
10	select VIDEOBUF2_DMA_CONTIG
11	select V4L2_MEM2MEM_DEV
12	help
13	   Support for the Allwinner DE2 rotation unit.
14	   To compile this driver as a module choose m here.
15