hc
2023-11-20 2e7bd41e4e8ab3d1efdabd9e263a2f7fe79bff8c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
config BR2_PACKAGE_CAMERA_ENGINE_RKISP
   depends on BR2_PACKAGE_CAMERA_ENGINE
   depends on BR2_ROCKCHIP_HAS_ISP1
   bool "Rockchip Camera Engine for SoC with ISP1"
   help
     Rockchip camera engine for SoC with ISP1, e.g.
     RK3288, RK3399, RK3326, PX30, RK1808 etc.
 
if BR2_PACKAGE_CAMERA_ENGINE_RKISP
config BR2_PACKAGE_CAMERA_ENGINE_RKISP_3A_SERVICE
   depends on BR2_PACKAGE_CAMERA_ENGINE_RKISP
   bool "Rockchip Camera Engine 3A service run in booting"
   default y
   help
     Rockchip camera engine 3A service run in booting.
 
choice
   bool "Specify a directory to store xml speed up bin"
   help
     Specify a directory to enable xml loading speed up
 
config BR2_PACKAGE_CAMERA_ENGINE_RKISP_3A_SPEEDUP_DISABLED
   bool "disabled"
 
config BR2_PACKAGE_CAMERA_ENGINE_RKISP_3A_SPEEDUP_DIR_ETC
   bool "/etc/iqfiles-db"
 
config BR2_PACKAGE_CAMERA_ENGINE_RKISP_3A_SPEEDUP_DIR_USERDATA
   bool "/userdata/iqfiles-db"
 
endchoice
 
config BR2_PACKAGE_CAMERA_ENGINE_RKISP_IQFILE
   depends on BR2_PACKAGE_CAMERA_ENGINE_RKISP
   string "Rockchip Camera Engine IQ xml file"
   default ""
   help
     Rockchip camera engine for linux.
endif