From ce731158c86b0b7f78461a264920ac777f44d921 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 22 May 2017 16:45:52 -0700 Subject: [PATCH] kernel: Hide kernel options behind a menu We are starting to add more and more kernel configurable options, to the point where the Global build options menu is not really usable anymore, hide all kernel-related configuration options behind a menu. Signed-off-by: Florian Fainelli --- config/Config-build.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/Config-build.in b/config/Config-build.in index d5e183926d..f3f1930bb8 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -83,10 +83,12 @@ menu "Global build settings" Useful for release builds, so that kernel issues can be debugged offline later. - comment "Kernel build options" + menu "Kernel build options" source "config/Config-kernel.in" + endmenu + comment "Package build options" config DEBUG