Skip to content

Commit

Permalink
kernel: Hide kernel options behind a menu
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ffainelli committed May 26, 2017
1 parent 484f768 commit ce73115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/Config-build.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce73115

Please sign in to comment.