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