linuxOS_AP05/buildroot/package/rockchip/netserver/Config.in

28 lines
762 B
Plaintext
Raw Normal View History

2025-06-02 05:59:07 +00:00
config BR2_PACKAGE_NETSERVER
bool "rockchip netserver"
select BR2_PACKAGE_LIBGDBUS
select BR2_PACKAGE_LIBRKDB
help
rockchip netserver
if BR2_PACKAGE_NETSERVER
config BR2_PACKAGE_NETSERVER_SANITIZER_DYNAMIC
bool "enable netserver sanitizer tools with dynamic linker"
select BR2_PACKAGE_ADDRESS_SANITIZER
help
Enable netserver debug on sanitizer with dynamic linker.
config BR2_PACKAGE_NETSERVER_SANITIZER_STATIC
bool "enable netserver sanitizer tools with static linker"
select BR2_PACKAGE_ADDRESS_SANITIZER
help
Enable netserver debug on sanitizer with static linker.
config BR2_PACKAGE_NETSERVER_MINILOGGER
bool "enable netserver miniloger print"
select BR2_PACKAGE_MINILOGGER
default y
help
Enable netserver miniloger print.
endif