diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-05 11:54:38 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-17 05:07:00 -0400 |
commit | 0a9c643c8faabd5eee6f31f482d6c076ff3a680d (patch) | |
tree | 2ebc1bbc52204c216e64b5b2826eb9dab0661bd2 /drivers/media/platform/marvell-ccic | |
parent | 8b4aa4d8dc283a408eb14ca5e27e0a9a689c2e5a (diff) |
media: marvel-ccic: re-enable mmp-driver build
This driver was disabled back in 2015 from builds because
of some troubles with the platform_data definition. Now
that this got fixed, re-enable it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/platform/marvell-ccic')
-rw-r--r-- | drivers/media/platform/marvell-ccic/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/media/platform/marvell-ccic/Kconfig b/drivers/media/platform/marvell-ccic/Kconfig index 4bf5bd1e90d6..21dacef7c2fc 100644 --- a/drivers/media/platform/marvell-ccic/Kconfig +++ b/drivers/media/platform/marvell-ccic/Kconfig @@ -13,8 +13,9 @@ config VIDEO_CAFE_CCIC config VIDEO_MMP_CAMERA tristate "Marvell Armada 610 integrated camera controller support" - depends on ARCH_MMP && I2C && VIDEO_V4L2 - depends on HAS_DMA && BROKEN + depends on I2C && VIDEO_V4L2 + depends on HAS_DMA + depends on ARCH_MMP || COMPILE_TEST select VIDEO_OV7670 select I2C_GPIO select VIDEOBUF2_DMA_SG |