projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c95479d
)
MLK-11566-2 mxc: mipi: make mipi csi2 common for SOC_IMX6 and SOC_IMX7
author
Anson Huang
<b20788@freescale.com>
Fri, 18 Sep 2015 15:52:21 +0000
(23:52 +0800)
committer
Nitin 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
patch
|
blob
|
history
diff --git
a/drivers/mxc/mipi/Kconfig
b/drivers/mxc/mipi/Kconfig
index
a6a3c33
..
4c85da3
100644
(file)
--- a/
drivers/mxc/mipi/Kconfig
+++ b/
drivers/mxc/mipi/Kconfig
@@
-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.