aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov (mva) <gentoo@mva.name>2017-01-02 15:08:07 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2017-01-02 15:08:29 -0800
commit8de563ba9df1c81c23a8daccc7c69f45b31cb518 (patch)
tree576b273fad0b62b75bbc44d9f34c2c868a5af5aa /genkernel.conf
parentMake early microcode loading optional. (diff)
downloadgenkernel-8de563ba9df1c81c23a8daccc7c69f45b31cb518.tar.gz
genkernel-8de563ba9df1c81c23a8daccc7c69f45b31cb518.tar.bz2
genkernel-8de563ba9df1c81c23a8daccc7c69f45b31cb518.zip
Implement kernel nconfig just like menuconfig.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'genkernel.conf')
-rw-r--r--genkernel.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/genkernel.conf b/genkernel.conf
index e62d2949..7e5a46fa 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -17,6 +17,12 @@ OLDCONFIG="yes"
# Run 'make menuconfig' before compiling this kernel?
MENUCONFIG="no"
+# Run 'make nconfig' (ncurses 'menuconfig') before compiling this kernel?
+NCONFIG="no"
+
+# Note, that two previous lines are mutual exclusive (logically), while
+# MENUCONFIG has a higher priority if both them is enabled.
+
# Run 'make clean' before compilation?
# If set to NO, implies MRPROPER WILL NOT be run
# Also, if clean is NO, it won't copy over any configuration