diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-05 16:40:59 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-17 11:00:23 +0200 |
commit | 29d750686331a1a9ceeb97e81d3770f57bed5f72 (patch) | |
tree | 1860a4befa0fc06c953eb454d66c1fa2feaa3e83 /drivers/media/platform/Kconfig | |
parent | media: fsl-viu: mark static functions as such (diff) | |
download | linux-29d750686331a1a9ceeb97e81d3770f57bed5f72.tar.xz linux-29d750686331a1a9ceeb97e81d3770f57bed5f72.zip |
media: fsl-viu: allow building it with COMPILE_TEST
There aren't many things that would be needed to allow it
to build with compile test.
Add the needed bits.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r-- | drivers/media/platform/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index c7a1cf8a1b01..31dc3c254a72 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig @@ -42,7 +42,7 @@ config VIDEO_SH_VOU config VIDEO_VIU tristate "Freescale VIU Video Driver" - depends on VIDEO_V4L2 && PPC_MPC512x + depends on VIDEO_V4L2 && (PPC_MPC512x || COMPILE_TEST) select VIDEOBUF_DMA_CONTIG default y ---help--- |