msm: camera: common: Update waipio config

Allow SFE HW to probe via ISP config. Removes usage
of an exclusive SFE config macro.

CRs-Fixed: 2841729
Change-Id: I4494d23653fb6c96a4931c412babed0b8f61631b
Signed-off-by: Karthik Anantha Ram <kartanan@codeaurora.org>
This commit is contained in:
Karthik Anantha Ram
2021-02-05 10:16:24 -08:00
parent 70042378e6
commit b828e58254
2 changed files with 0 additions and 6 deletions

View File

@@ -93,9 +93,7 @@ static const struct camera_submodule_component camera_isp[] = {
{&cam_ife_csid_init_module, &cam_ife_csid_exit_module},
{&cam_ife_csid_lite_init_module, &cam_ife_csid_lite_exit_module},
{&cam_vfe_init_module, &cam_vfe_exit_module},
#ifdef CONFIG_SPECTRA_SFE
{&cam_sfe_init_module, &cam_sfe_exit_module},
#endif
{&cam_isp_dev_init_module, &cam_isp_dev_exit_module},
#endif
};