package/libdrm: use 'menuconfig' instead of 'config'+'menu'
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 4 Jul 2016 09:24:19 +0000 (11:24 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 20:44:02 +0000 (22:44 +0200)
Transform the menu prompt into a comment.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libdrm/Config.in

index 7bc73fd35ec9a9dcf4494376b0791be109e571ed..3f39e27e7afc042f96fd546d68d0e93bc2cab218 100644 (file)
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_LIBDRM
+menuconfig BR2_PACKAGE_LIBDRM
        bool "libdrm"
        select BR2_PACKAGE_LIBPTHREAD_STUBS
        depends on BR2_TOOLCHAIN_HAS_THREADS # libpthread-stubs
@@ -18,8 +18,6 @@ config BR2_PACKAGE_LIBDRM_ENABLE_ATOMIC
        bool
        select BR2_PACKAGE_LIBATOMIC_OPS if !BR2_TOOLCHAIN_HAS_SYNC_4
 
-menu "DRM Drivers"
-
 config BR2_PACKAGE_LIBDRM_INTEL
        bool "intel"
        select BR2_PACKAGE_LIBPCIACCESS
@@ -92,8 +90,6 @@ config BR2_PACKAGE_LIBDRM_VC4
        help
          Install vc4 (Raspberry Pi) driver.
 
-endmenu
-
 config BR2_PACKAGE_LIBDRM_INSTALL_TESTS
        bool "Install test programs"
        help