xref: /linux/drivers/media/platform/aspeed/Kconfig (revision e7b8153e2a4f0c9c8d1450aa7328d54ea64fe8b2)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_ASPEED
3	tristate "Aspeed AST2400 and AST2500 Video Engine driver"
4	depends on V4L_PLATFORM_DRIVERS
5	depends on VIDEO_V4L2
6	select VIDEOBUF2_DMA_CONTIG
7	help
8	  Support for the Aspeed Video Engine (VE) embedded in the Aspeed
9	  AST2400 and AST2500 SOCs. The VE can capture and compress video data
10	  from digital or analog sources.
11