blob: c9b4252213a00ab94e9b0326048e09b0792b58cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
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.
|