From: Florian Fainelli Date: Mon, 22 May 2017 23:45:52 +0000 (-0700) Subject: kernel: Hide kernel options behind a menu X-Git-Tag: v18.06.0-rc1~2874 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=ce731158c86b0b7f78461a264920ac777f44d921;p=openwrt%2F.git 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 --- 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