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
config BR2_PACKAGE_RKTOOLKIT
   bool "rockchip toolkit"
   help
     rockchip toolkit for linux
 
config BR2_PACKAGE_IO
   bool "io tool for linux"
   select BR2_PACKAGE_RKTOOLKIT
   help
     io tool for linux. used to read/write register, memory
 
config BR2_PACKAGE_UPDATE
   bool "Rockchip OTA update for linux"
   select BR2_PACKAGE_RKTOOLKIT
   help
     Rockchip OTA update for linux. it is just command without UI.
 
config BR2_PACKAGE_VENDOR_STORAGE
   bool "vendor storage tool for linux"
   select BR2_PACKAGE_RKTOOLKIT
   help
     vendor storage tool for linux. used to read/write vendor storage.
 
config BR2_PACKAGE_VENDOR_STORAGE_LIBRARY
   bool "Build vendor storage library for linux application"
   select BR2_PACKAGE_RKTOOLKIT
   help
     Build vendor storage library for linux application. Used to read/write vendor storage.