|
@@ -1,5 +1,5 @@
|
|
|
config SPECTRA_ISP
|
|
|
- bool "enable camera ISP modele"
|
|
|
+ bool "enable camera ISP module"
|
|
|
help
|
|
|
This is enabling camera ISP module.
|
|
|
IFE camera driver file be included.
|
|
@@ -7,7 +7,7 @@ config SPECTRA_ISP
|
|
|
Core camera driver to handle VFE HW.
|
|
|
|
|
|
config SPECTRA_ICP
|
|
|
- bool "enable camera ICP modele"
|
|
|
+ bool "enable camera ICP module"
|
|
|
help
|
|
|
This is enabling camera ICP module.
|
|
|
Camera ICP driver file be included.
|
|
@@ -15,7 +15,7 @@ config SPECTRA_ICP
|
|
|
ICP FW. Which can control IPE and BPS HW.
|
|
|
|
|
|
config SPECTRA_JPEG
|
|
|
- bool "enable camera jpeg modele"
|
|
|
+ bool "enable camera jpeg module"
|
|
|
help
|
|
|
This is enabling camera JPEG module.
|
|
|
camera jpeg module will be functional.
|
|
@@ -23,7 +23,7 @@ config SPECTRA_JPEG
|
|
|
snapshot processing.
|
|
|
|
|
|
config SPECTRA_SENSOR
|
|
|
- bool "enable camera sensor modele"
|
|
|
+ bool "enable camera sensor module"
|
|
|
help
|
|
|
This is enabling camera sensor module.
|
|
|
sensor module files will be included to enable the driver.
|
|
@@ -76,4 +76,12 @@ config INTERCONNECT_QCOM
|
|
|
This is to access icc driver api.
|
|
|
To cache AB and IB vote will
|
|
|
use ICC kernel driver API.
|
|
|
- So that ICC driver can consolidate the vote
|
|
|
+ So that ICC driver can consolidate the vote
|
|
|
+
|
|
|
+config DOMAIN_ID_SECURE_CAMERA
|
|
|
+ bool "enable domain ID based secure camera flow"
|
|
|
+ help
|
|
|
+ This is to enable domain ID based secure
|
|
|
+ camera flow on the hardware platforms with
|
|
|
+ domain ID based security architecture.
|
|
|
+ VC based security can be achieved with this.
|