msm: camera: common: Add presil compilation and probe support

Adds new presil files to Kbuild compilation and camera_main
probe support.

CRs-Fixed: 2932495
Change-Id: Iccde6ce68f6db2dee94e2d73d3094fa6314ad372
Signed-off-by: Karthik Jayakumar <kjayakum@codeaurora.org>
This commit is contained in:
Karthik Jayakumar
2021-08-05 13:53:55 -07:00
父節點 d7eb296004
當前提交 8e40886be9
共有 2 個文件被更改,包括 18 次插入0 次删除

2
Kbuild
查看文件

@@ -90,6 +90,8 @@ ifeq (,$(filter $(CONFIG_CAM_PRESIL),y m))
camera-y += drivers/cam_utils/cam_io_util.o
else
camera-y += drivers/cam_presil/presil/cam_presil_io_util.o
camera-y += drivers/cam_presil/presil/cam_presil_hw_access.o
camera-y += drivers/cam_presil/presil_framework_dev/cam_presil_framework_dev.o
ccflags-y += -DCONFIG_CAM_PRESIL=1
endif