hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
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
40
41
42
43
44
45
46
config BR2_PACKAGE_RKIPC
   bool "rockchip rkipc"
   select BR2_PACKAGE_CAMERA_ENGINE_RKAIQ
   help
     rockchip rkipc
 
choice
prompt "Platform type"
   default BR2_PACKAGE_RKIPC_RK3588
   help
     Select a platform type.
 
config BR2_PACKAGE_RKIPC_LOW_MEMORY
   bool "Compile for low memory ipc"
   select BR2_PACKAGE_ROCKIT
   depends on BR2_PACKAGE_RKIPC
 
config BR2_PACKAGE_RKIPC_RK3588
   bool "Compile for rk3588 ipc"
   select BR2_PACKAGE_ROCKIT
   select BR2_PACKAGE_WPA_SUPPLICANT
   depends on BR2_PACKAGE_RKIPC
 
config BR2_PACKAGE_RKIPC_RK3588_MULTI_IPC
   bool "Compile for rk3588 multi ipc"
   select BR2_PACKAGE_ROCKIT
   select BR2_PACKAGE_WPA_SUPPLICANT
   depends on BR2_PACKAGE_RKIPC
 
config BR2_PACKAGE_RKIPC_RV1126
   bool "Compile for rv1126 ipc"
   select BR2_PACKAGE_RKMEDIA
   select BR2_PACKAGE_WPA_SUPPLICANT
   depends on BR2_PACKAGE_RKIPC
 
config BR2_PACKAGE_RKIPC_RV1126_BATTERY_IPC
   bool "Compile for rv1126 battery ipc"
   select BR2_PACKAGE_VENDOR_STORAGE
   select BR2_PACKAGE_ROCKIT
   depends on BR2_PACKAGE_RKIPC
 
config BR2_PACKAGE_RKIPC_RV1126_SNAPSHOT
   bool "Compile for rv1126 snapshot"
   select BR2_PACKAGE_RKMEDIA
   depends on BR2_PACKAGE_RKIPC
endchoice