hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config BR2_PACKAGE_STARTUP_APP_IPC
   bool "rockchip startup app for ipc"
   select BR2_PACKAGE_RKMEDIA
   select BR2_PACKAGE_RKMEDIA_MINI
   select BR2_PACKAGE_LIBIPCPROTOCOL
   help
     rockchip startup app for ipc
 
if BR2_PACKAGE_STARTUP_APP_IPC
config BR2_PACKAGE_STARTUP_APP_IPC_SANITIZER_DYNAMIC
   bool "enable startup app sanitizer tools with dynamic linker"
   select BR2_PACKAGE_ADDRESS_SANITIZER
   help
     Enable startup app for ipc debug on sanitizer with dynamic linker.
 
config BR2_PACKAGE_STARTUP_APP_IPC_SANITIZER_STATIC
   bool "enable startup app sanitizer tools with static linker"
   select BR2_PACKAGE_ADDRESS_SANITIZER
   help
     Enable startup app for ipc debug on sanitizer with static linker.
 
endif