mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 07:10:27 +00:00
eb861c3d82
The VIDEO_ASPEED is part of the Aspeed silicon so it makes sense to depend on ARCH_ASPEED and for compile testing. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
15 lines
465 B
Plaintext
15 lines
465 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
comment "Aspeed media platform drivers"
|
|
|
|
config VIDEO_ASPEED
|
|
tristate "Aspeed AST2400 and AST2500 Video Engine driver"
|
|
depends on ARCH_ASPEED || COMPILE_TEST
|
|
depends on V4L_PLATFORM_DRIVERS
|
|
depends on VIDEO_DEV
|
|
select VIDEOBUF2_DMA_CONTIG
|
|
help
|
|
Support for the Aspeed Video Engine (VE) embedded in the Aspeed
|
|
AST2400 and AST2500 SOCs. The VE can capture and compress video data
|
|
from digital or analog sources.
|