mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 23:46:45 +00:00

Allwinner A83T contains rotation core which can rotate and flip images. Add a driver for it. Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net> [hverkuil-cisco@xs4all.nl: MAINTAINERS paths were out of date, fix that] [hverkuil-cisco@xs4all.nl: VFL_TYPE_GRABBER -> _VIDEO] [hverkuil-cisco@xs4all.nl: Fix module build] Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
6 lines
154 B
Makefile
6 lines
154 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
sun8i-rotate-y += sun8i_rotate.o
|
|
sun8i-rotate-y += sun8i_formats.o
|
|
|
|
obj-$(CONFIG_VIDEO_SUN8I_ROTATE) += sun8i-rotate.o
|