brintos

brintos / linux-shallow public Read only

0
0
Text · 429 B · ee2c1f2 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config VIDEO_SUN8I_ROTATE4	tristate "Allwinner DE2 rotation driver"5	depends on V4L_MEM2MEM_DRIVERS6	depends on VIDEO_DEV7	depends on ARCH_SUNXI || COMPILE_TEST8	depends on COMMON_CLK && RESET_CONTROLLER && OF9	depends on PM10	select VIDEOBUF2_DMA_CONTIG11	select V4L2_MEM2MEM_DEV12	help13	   Support for the Allwinner DE2 rotation unit.14	   To compile this driver as a module choose m here.15