orgads / rpms / kernel

Forked from rpms/kernel 3 years ago
Clone
f2c60e
From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
f2c60e
Date: Wed, 30 Jan 2013 10:55:31 -0500
f2c60e
Subject: [PATCH] criu: no expert
f2c60e
f2c60e
Bugzilla: N/A
f2c60e
Upstream-status: Fedora mustard
f2c60e
---
f2c60e
 init/Kconfig | 4 ++--
f2c60e
 1 file changed, 2 insertions(+), 2 deletions(-)
f2c60e
f2c60e
diff --git a/init/Kconfig b/init/Kconfig
f2c60e
index 648bb79d6b73..860ca236975f 100644
f2c60e
--- a/init/Kconfig
f2c60e
+++ b/init/Kconfig
f2c60e
@@ -1137,7 +1137,7 @@ config CGROUP_WRITEBACK
f2c60e
 endif # CGROUPS
f2c60e
 
f2c60e
 config CHECKPOINT_RESTORE
f2c60e
-	bool "Checkpoint/restore support" if EXPERT
f2c60e
+	bool "Checkpoint/restore support"
f2c60e
 	select PROC_CHILDREN
f2c60e
 	default n
f2c60e
 	help
f2c60e
@@ -1149,7 +1149,7 @@ config CHECKPOINT_RESTORE
f2c60e
 	  If unsure, say N here.
f2c60e
 
f2c60e
 menuconfig NAMESPACES
f2c60e
-	bool "Namespaces support" if EXPERT
f2c60e
+	bool "Namespaces support"
f2c60e
 	depends on MULTIUSER
f2c60e
 	default !EXPERT
f2c60e
 	help