diff options
author | Peter Robinson <[email protected]> | 2022-09-16 12:41:57 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2022-11-25 11:19:17 +0000 |
commit | eb861c3d8298f5145c3fc3bfd2997fdf6ea25b2b (patch) | |
tree | 470b298ce4fb756fccd9a75048db5df90dd0c56c | |
parent | 8dec5779a065657d166d5b0a9fdf121633bb9727 (diff) |
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 <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | drivers/media/platform/aspeed/Kconfig | 1 |
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 |