msm: camera: common: Enable config for rpmh calls

Enable config for rpmh calls, which is needed to control
state of rsc devices for drv.

CRs-Fixed: 3065551
Change-Id: I632469bc2c91a00345b53c3b3c51e6bd1c8d325a
Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
Dieser Commit ist enthalten in:
Mukund Madhusudan Atre
2022-06-06 11:42:27 -07:00
committet von Camera Software Integration
Ursprung b61b425af9
Commit 65d27a2b20

Datei anzeigen

@@ -6,7 +6,7 @@ CONFIG_SPECTRA_ICP := y
CONFIG_SPECTRA_JPEG := y
CONFIG_SPECTRA_CUSTOM := y
CONFIG_SPECTRA_SENSOR := y
CONFIG_USE_RPMH_DRV_API := n
CONFIG_USE_RPMH_DRV_API := y
# Flags to pass into C preprocessor
ccflags-y += -DCONFIG_SPECTRA_ISP=1
@@ -14,6 +14,7 @@ ccflags-y += -DCONFIG_SPECTRA_ICP=1
ccflags-y += -DCONFIG_SPECTRA_JPEG=1
ccflags-y += -DCONFIG_SPECTRA_CUSTOM=1
ccflags-y += -DCONFIG_SPECTRA_SENSOR=1
ccflags-y += -DCONFIG_USE_RPMH_DRV_API=1
# External Dependencies
KBUILD_CPPFLAGS += -DCONFIG_MSM_MMRM=1