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 <f.fainelli@gmail.com>
This commit is contained in:
Florian Fainelli 2017-05-22 16:45:52 -07:00
parent 484f768dfa
commit ce731158c8
1 changed files with 3 additions and 1 deletions

View File

@ -83,10 +83,12 @@ menu "Global build settings"
Useful for release builds, so that kernel issues can be debugged offline Useful for release builds, so that kernel issues can be debugged offline
later. later.
comment "Kernel build options" menu "Kernel build options"
source "config/Config-kernel.in" source "config/Config-kernel.in"
endmenu
comment "Package build options" comment "Package build options"
config DEBUG config DEBUG