package/ola: use 'menuconfig' instead of 'config'+'menu'
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 4 Jul 2016 09:24:24 +0000 (11:24 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:08:25 +0000 (23:08 +0200)
Since there were multiple sub-menus, their prompts are turned into
comments.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ola/Config.in

index 38d744a7c569d57475c3e9cef4def6359904b46a..7b56f5ca9d8a246339721a3af38130d1c9c18f1f 100644 (file)
@@ -3,7 +3,7 @@ comment "ola needs a toolchain w/ C++, threads, wchar, dynamic library"
                || !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
@@ -22,7 +22,7 @@ config BR2_PACKAGE_OLA
 
 if BR2_PACKAGE_OLA
 
-menu "bindings and interface"
+comment "bindings and interface"
 
 config BR2_PACKAGE_OLA_WEB
        bool "http interface"
@@ -43,9 +43,7 @@ config BR2_PACKAGE_OLA_SLP
        help
          Build OLA with slp tools.
 
-endmenu
-
-menu "tests and examples"
+comment "tests and examples"
 
 config BR2_PACKAGE_OLA_EXAMPLES
        bool "examples"
@@ -59,9 +57,7 @@ config BR2_PACKAGE_OLA_RDM_TESTS
        help
          Build OLA RDM tests.
 
-endmenu
-
-menu "plugin selections"
+comment "plugin selections"
 
 config BR2_PACKAGE_OLA_PLUGIN_E131
        bool "acn E131"
@@ -131,6 +127,4 @@ config BR2_PACKAGE_OLA_PLUGIN_USBPRO
        help
          Build UsbPro plugin for OLA.
 
-endmenu
-
 endif