mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-09-03 02:16:09 +02:00

add IPU MIPI CSI driver, used by imx6qdl Signed-off-by: Robby Cai <robby.cai@nxp.com> [ Aisheng: squash fixes ] Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
#
|
|
# MIPI configuration
|
|
#
|
|
|
|
menu "MXC MIPI Support"
|
|
|
|
config MXC_MIPI_CSI2
|
|
tristate "MIPI CSI2 support"
|
|
depends on (SOC_IMX6 || SOC_IMX7D)
|
|
default n
|
|
help
|
|
Say Y to get the MIPI CSI2 support.
|
|
|
|
endmenu
|