summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-06-28 11:27:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-06-28 11:27:20 +0000
commitc3e88b0507ed037e90248e548c09c972df2d23f5 (patch)
tree432411ff3213f6d8e506e685822ed0dd518fe541 /Config.in
parentf543847f854a3107624005b62ca6cd7623063198 (diff)
kernel: add global menuconfig option to enable kexec support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37073 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 98e3e046f9..ef6f1c6122 100644
--- a/Config.in
+++ b/Config.in
@@ -303,6 +303,9 @@ menu "Global build settings"
config KERNEL_RELAY
bool
+ config KERNEL_KEXEC
+ bool "Enable kexec support"
+
#
# CGROUP support symbols
#