iopsys-feed/ieee1905/Config.in
2022-10-20 14:24:58 +02:00

36 lines
782 B
Text

if (PACKAGE_ieee1905)
menu "Configurations"
config IEEE1905_EXTENSION_ALLOWED
bool "Allow plugins to extend 1905 CMDUs and/or TLVs"
default y
config IEEE1905_PLATFORM_HAS_WIFI
bool "Platform has WiFi"
default y if PACKAGE_libwifi
config IEEE1905_CMDU_SA_IS_ALMAC
bool "Send CMDUs with SA set to 1905 AL-macaddress instead of interface macaddress"
default n
endmenu
config IEEE1905_PLUGIN_EASYMESH
bool "Easymesh plugin"
depends on IEEE1905_EXTENSION_ALLOWED
default y
config IEEE1905_PLUGIN_SNOOP
bool "Snoop plugin (notify received 1905 cmdus over UBUS)"
depends on IEEE1905_EXTENSION_ALLOWED
default y
config IEEE1905_PLUGIN_TOPOLOGY
bool "Topology plugin (to build full network tree of 1905 nodes)"
depends on IEEE1905_EXTENSION_ALLOWED
default y
endif