mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
14 lines
291 B
Text
14 lines
291 B
Text
if (PACKAGE_map-plugin)
|
|
|
|
menu "Configurations"
|
|
|
|
config MULTIAP_DYNAMIC_CNTLR_SYNC_CONFIG
|
|
bool "Sync configuration between dynamic controllers in the network"
|
|
default n
|
|
|
|
config MULTIAP_FUZZ_1905_CMDUS
|
|
bool "Include support to fuzz 1905 CMDUs for testing purpose"
|
|
default n
|
|
|
|
endmenu
|
|
endif
|