msm: camera: tfe: Enable TFE and OPE for bengal
Enable TFE and OPE compilation for bengal target. CRs-Fixed: 2729996 Change-Id: I648cae32f39a5bf7225c8be545f1c310e24db8e6 Signed-off-by: Trishansh Bhardwaj <tbhardwa@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
8c5f76e807
commit
97eeefea15
@@ -22,7 +22,7 @@ extern struct platform_driver cam_vfe_driver;
|
||||
extern struct platform_driver isp_driver;
|
||||
#endif
|
||||
#ifdef CONFIG_SPECTRA_TFE
|
||||
extern struct platform_driver cam_top_tpg_driver;
|
||||
extern struct platform_driver cam_csid_ppi100_driver;
|
||||
extern struct platform_driver cam_tfe_driver;
|
||||
extern struct platform_driver cam_tfe_csid530_driver;
|
||||
#endif
|
||||
@@ -79,6 +79,11 @@ static struct platform_driver *const cam_component_drivers[] = {
|
||||
&cam_cpas_driver,
|
||||
&cam_cdm_intf_driver,
|
||||
&cam_hw_cdm_driver,
|
||||
#ifdef CONFIG_SPECTRA_TFE
|
||||
&cam_csid_ppi100_driver,
|
||||
&cam_tfe_driver,
|
||||
&cam_tfe_csid530_driver,
|
||||
#endif
|
||||
#ifdef CONFIG_SPECTRA_ISP
|
||||
&cam_top_tpg_driver,
|
||||
&cam_ife_csid17x_driver,
|
||||
@@ -86,11 +91,6 @@ static struct platform_driver *const cam_component_drivers[] = {
|
||||
&cam_vfe_driver,
|
||||
&isp_driver,
|
||||
#endif
|
||||
#ifdef CONFIG_SPECTRA_TFE
|
||||
&cam_top_tpg_driver,
|
||||
&cam_tfe_driver,
|
||||
&cam_tfe_csid530_driver,
|
||||
#endif
|
||||
#ifdef CONFIG_SPECTRA_SENSOR
|
||||
&cam_res_mgr_driver,
|
||||
&cci_driver,
|
||||
|
Reference in New Issue
Block a user