summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2017-05-22 16:45:52 -0700
committerFlorian Fainelli <f.fainelli@gmail.com>2017-05-26 15:42:13 -0700
commitce731158c86b0b7f78461a264920ac777f44d921 (patch)
treee5ea5864e05d37f3419f6a2d7aaca20d3a5e6168 /config
parent484f768dfa295d9fccd82c57cae00458f32b7182 (diff)
downloadmtk-20170518-ce731158c86b0b7f78461a264920ac777f44d921.zip
mtk-20170518-ce731158c86b0b7f78461a264920ac777f44d921.tar.gz
mtk-20170518-ce731158c86b0b7f78461a264920ac777f44d921.tar.bz2
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>
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index d5e1839..f3f1930 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