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