menuconfig MSM_AIS bool "QTI MSM Automotive Imaging Subsystem" depends on ARCH_QCOM && VIDEO_V4L2 && I2C ---help--- Say Y here to enable msm AIS config MSM_AIS_DEBUG bool "QTI MSM AIS debugging with printk" depends on MSM_AIS default n ---help--- Enable printk() debug for msm AIS. Enabling ais debug will affect performance. This feature is only applicable to Automotive platforms. config MSM_AIS_CAMERA_SENSOR bool "QTI MSM camera sensor support" depends on MSM_AIS select NEW_LEDS select LEDS_CLASS ---help--- This flag enables support for Camera Sensor. The sensor driver is capable of providing real time data for camera support. The driver support V4L2 subdev APIs. config MSM_AIS_CPP bool "QTI MSM Camera Post Processing Engine support" depends on MSM_AIS ---help--- Enable support for Camera Post-processing Engine The Post processing engine is capable of scaling and cropping image. The driver support V4L2 subdev APIs. config MSM_AIS_EEPROM bool "QTI MSM Camera ROM Interface for Calibration support" depends on MSM_AIS ---help--- Enable support for ROM Interface for Calibration Provides interface for reading the Calibration data and also provides support for writing data in case of FLASH ROM. Currently supports I2C, CCI and SPI protocol config MSM_AIS_JPEG bool "QTI MSM Jpeg Encoder Engine support" depends on MSM_AIS ---help--- Enable support for Jpeg Encoder/Decoder Engine for 8974. This module serves as the common driver for the JPEG 1.0 encoder and decoder. config MSM_AIS_FD bool "QTI MSM FD face detection engine support" depends on MSM_AIS ---help--- Enables support for the MSM FD face detection engine. MSM Face Detection library enables the Face detection hardware block. config MSM_AIS_JPEGDMA bool "QTI MSM Jpeg dma" depends on MSM_AIS select V4L2_MEM2MEM_DEV ---help--- Enable support for Jpeg dma engine. The jpeg DMA engine is a hardware enabled jpeg decode. This feature is currently not supported on Automotive platforms. config MSM_AIS_SEC_CCI_TA_NAME string "Name of TA to handle Secure CCI transactions" depends on MSM_AIS_CCI default "seccamdemo64" config MSM_AIS_SEC_CCI_DEBUG bool "QTI MSM Secure CCI Relay Debug" depends on MSM_AIS_CCI ---help--- Enables simulation of secure camera for Secure CCI Realy debugging.