# SPDX-License-Identifier: GPL-2.0

comment "Phytium E2000 JPEG Encoder driver"

config VIDEO_PHYTIUM_JPEG
        tristate "Phytium E2000 JPEG Encoder driver"
	depends on V4L_PLATFORM_DRIVERS
        depends on VIDEO_DEV
        depends on ARCH_PHYTIUM
        select VIDEOBUF2_DMA_CONTIG
	help
          Support for the Phytium JPEG Encoder Engine embedded
          in the Phytium E2000 SOCs.
          The engine can capture and compress video data from
          digital or analog sources.

