1
0
Fork 0

MLK-11566-2 mxc: mipi: make mipi csi2 common for SOC_IMX6 and SOC_IMX7

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)
pull/10/head
Anson Huang 2015-09-18 23:52:21 +08:00 committed by Jason Liu
parent e2af4e02bc
commit fec36ff2f1
1 changed files with 1 additions and 1 deletions

View 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.