summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2022-09-16 12:41:57 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-11-25 11:19:17 +0000
commiteb861c3d8298f5145c3fc3bfd2997fdf6ea25b2b (patch)
tree470b298ce4fb756fccd9a75048db5df90dd0c56c /drivers/media/platform
parent8dec5779a065657d166d5b0a9fdf121633bb9727 (diff)
downloadlinux-stable-eb861c3d8298f5145c3fc3bfd2997fdf6ea25b2b.tar.gz
linux-stable-eb861c3d8298f5145c3fc3bfd2997fdf6ea25b2b.tar.bz2
linux-stable-eb861c3d8298f5145c3fc3bfd2997fdf6ea25b2b.zip
media: Add dependency on ARCH_ASPEED
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>
Diffstat (limited to 'drivers/media/platform')
-rw-r--r--drivers/media/platform/aspeed/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/platform/aspeed/Kconfig b/drivers/media/platform/aspeed/Kconfig
index c871eda33570..16c5d8913488 100644
--- a/drivers/media/platform/aspeed/Kconfig
+++ b/drivers/media/platform/aspeed/Kconfig
@@ -4,6 +4,7 @@ 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