diff options
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-20 15:35:22 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-26 17:52:16 -0400 |
commit | 1c17d8c748b251071c61a4383490881a4071b003 (patch) | |
tree | f17df374af07ac0dfe2a17cb47aa2bf9a56a2086 /drivers/media/platform/Kconfig | |
parent | 821ee47e0ef589c75c0c10411463c8cd795afafb (diff) |
[media] enable COMPILE_TEST for MX2 eMMa-PrP driver
By allowing compilation on all archs, we can use static
analysis tools to test this driver.
In order to do that, replace asm/sizes.h by its generic
name (linux/sizes.h), with should keep doing the right
thing.
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/platform/Kconfig')
-rw-r--r-- | drivers/media/platform/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig index 6d86646d9743..66566c920fe9 100644 --- a/drivers/media/platform/Kconfig +++ b/drivers/media/platform/Kconfig | |||
@@ -185,7 +185,8 @@ config VIDEO_SAMSUNG_S5P_MFC | |||
185 | 185 | ||
186 | config VIDEO_MX2_EMMAPRP | 186 | config VIDEO_MX2_EMMAPRP |
187 | tristate "MX2 eMMa-PrP support" | 187 | tristate "MX2 eMMa-PrP support" |
188 | depends on VIDEO_DEV && VIDEO_V4L2 && SOC_IMX27 | 188 | depends on VIDEO_DEV && VIDEO_V4L2 |
189 | depends on SOC_IMX27 || COMPILE_TEST | ||
189 | select VIDEOBUF2_DMA_CONTIG | 190 | select VIDEOBUF2_DMA_CONTIG |
190 | select V4L2_MEM2MEM_DEV | 191 | select V4L2_MEM2MEM_DEV |
191 | help | 192 | help |