Kconfig 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. config SPECTRA_ISP
  2. bool "enable camera ISP module"
  3. help
  4. This is enabling camera ISP module.
  5. IFE camera driver file be included.
  6. This will enable camera ISP driver to handle IFE driver.
  7. Core camera driver to handle VFE HW.
  8. config SPECTRA_TFE
  9. bool "enable camera tfe modele"
  10. help
  11. This is enabling camera tfe module.
  12. tfe module files will be included to enable tfe based driver,
  13. files.
  14. config SPECTRA_ICP
  15. bool "enable camera ICP module"
  16. help
  17. This is enabling camera ICP module.
  18. Camera ICP driver file be included.
  19. This will enable camera ICP driver to interact with,
  20. ICP FW. Which can control IPE and BPS HW.
  21. config SPECTRA_JPEG
  22. bool "enable camera jpeg module"
  23. help
  24. This is enabling camera JPEG module.
  25. camera jpeg module will be functional.
  26. This module interact with jpeg HW for
  27. snapshot processing.
  28. config SPECTRA_CRE
  29. bool "enable camera jpeg module"
  30. help
  31. This is enabling camera CRE module.
  32. camera cre module will be functional.
  33. This module interact with cre HW for
  34. format conversion.
  35. config SPECTRA_SENSOR
  36. bool "enable camera sensor module"
  37. help
  38. This is enabling camera sensor module.
  39. sensor module files will be included to enable the driver.
  40. eeprom, flash, csiphy all other module will be included
  41. to make the sensor functional.
  42. config SPECTRA_USE_CLK_CRM_API
  43. bool "enable camera cesta clk feature"
  44. help
  45. This is enabling camera cesta feature.
  46. kernel clk driver api will cache the clk value
  47. send by camera hw and apply to CRM hw.
  48. CRM hw will consolidate and apply the clk to camera HW.
  49. config SPECTRA_USE_RPMH_DRV_API
  50. bool "enable camera new ICC BW api"
  51. help
  52. This is helping to set BW through kernel icc driver.
  53. Kernel icc driver do caching the bw information.
  54. icc driver will update the bw information RPMH,
  55. to apply proper bw voting for camera to mmnoc
  56. config SPECTRA_LLCC_STALING
  57. bool "enable camera new LLCC staling feature"
  58. help
  59. This will enable to call LLCC driver cache notification API
  60. and increment count API.
  61. Which will enable LLCC staling feature,based on counter
  62. invalidate the cache slice.
  63. config TARGET_SYNX_ENABLE
  64. bool "enable HW synx"
  65. help
  66. This is enabling HW syx feature.
  67. synx hw signaling external to camera,
  68. like EVA and other.
  69. This is to avoid sw signaling latency.
  70. config MSM_MMRM
  71. bool "enable MSM MMRM"
  72. help
  73. This is enabling mmrm api access.
  74. mmrm to cahce the clk voting.
  75. mmrm knows about all clients' clock rates.
  76. MMRM can decide whether new peak power usage is within allowed value
  77. config INTERCONNECT_QCOM
  78. bool "enabling icc bus driver"
  79. help
  80. This is to access icc driver api.
  81. To cache AB and IB vote will
  82. use ICC kernel driver API.
  83. So that ICC driver can consolidate the vote
  84. config DOMAIN_ID_SECURE_CAMERA
  85. bool "enable domain ID based secure camera flow"
  86. help
  87. This is to enable domain ID based secure
  88. camera flow on the hardware platforms with
  89. domain ID based security architecture.
  90. VC based security can be achieved with this.
  91. config CSF_2_5_SECURE_CAMERA
  92. bool "enable CSF2.5 feature flow"
  93. help
  94. This is to enable Call flow for CSF2.5
  95. enabled platforms. this config differentiates
  96. between csf2.0 and csf 2.5 compliant
  97. scm calls.
  98. config DYNAMIC_FD_PORT_CONFIG
  99. bool "enable dynamic FD port config feature"
  100. help
  101. This config enables dynamic FD port config
  102. feature that allows the userspace to configure
  103. the FD port to secure or non-secure based on
  104. the FD solution in use in secure camera use cases.