MLK-11566-2 mxc: mipi: make mipi csi2 common for SOC_IMX6 and SOC_IMX7
authorAnson Huang <b20788@freescale.com>
Fri, 18 Sep 2015 15:52:21 +0000 (23:52 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:46 +0000 (14:48 -0500)
MIPI_CSI2 is necessary for modules build, enable it for all
i.MX6 and i.MX7 SOC.

Signed-off-by: Anson Huang <b20788@freescale.com>
(cherry picked from commit 2e2025df741a79620be9b96fa6fb0f2e2e40fdea)

drivers/mxc/mipi/Kconfig

index a6a3c33..4c85da3 100644 (file)
@@ -6,7 +6,7 @@ menu "MXC MIPI Support"
 
 config MXC_MIPI_CSI2
        tristate "MIPI CSI2 support"
-       depends on SOC_IMX6Q
+       depends on (SOC_IMX6 || SOC_IMX7)
        default n
        ---help---
        Say Y to get the MIPI CSI2 support.