From: Peter Robinson Date: Fri, 16 Sep 2022 11:41:57 +0000 (+0100) Subject: media: Add dependency on ARCH_ASPEED X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=eb861c3d8298f5145c3fc3bfd2997fdf6ea25b2b;p=linux.git 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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/aspeed/Kconfig b/drivers/media/platform/aspeed/Kconfig index c871eda335703..16c5d89134881 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