Added more kconfig for zephyr build. Added more creatable objects for zephyr build.

This commit is contained in:
Steve Karg
2024-07-22 15:40:20 -05:00
parent 3246d6bd72
commit 142d50db16
2 changed files with 184 additions and 6 deletions
+13 -1
View File
@@ -25,7 +25,19 @@ if BACNETSTACK_BACNET_BASIC
default "1.0.0"
help
BACnet device object default application version string
config BACNET_BASIC_DEVICE_DESCRIPTION
string "BACnet device object default description string"
default "BACnet Basic Server"
help
BACnet device object default description string
config BACNET_BASIC_DEVICE_MODEL_NAME
string "BACnet device object default model name string"
default "Basic Server"
help
BACnet device object default model name string
config BACNET_BASIC_DEVICE_SHELL
bool "BACnet Basic Device subsystem shell"
depends on BACNETSTACK