|| !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
-config BR2_PACKAGE_OLA
+menuconfig BR2_PACKAGE_OLA
bool "ola (open lighting architecture)"
select BR2_PACKAGE_PROTOBUF
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
if BR2_PACKAGE_OLA
-menu "bindings and interface"
+comment "bindings and interface"
config BR2_PACKAGE_OLA_WEB
bool "http interface"
help
Build OLA with slp tools.
-endmenu
-
-menu "tests and examples"
+comment "tests and examples"
config BR2_PACKAGE_OLA_EXAMPLES
bool "examples"
help
Build OLA RDM tests.
-endmenu
-
-menu "plugin selections"
+comment "plugin selections"
config BR2_PACKAGE_OLA_PLUGIN_E131
bool "acn E131"
help
Build UsbPro plugin for OLA.
-endmenu
-
endif