dbc4a9b
From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
dbc4a9b
Date: Wed, 30 Jan 2013 10:55:31 -0500
dbc4a9b
Subject: [PATCH] criu: no expert
dbc4a9b
68d0d67
Bugzilla: N/A
68d0d67
Upstream-status: Fedora mustard
dbc4a9b
---
dbc4a9b
 init/Kconfig | 4 ++--
dbc4a9b
 1 file changed, 2 insertions(+), 2 deletions(-)
68d0d67
ebd1a17
diff --git a/init/Kconfig b/init/Kconfig
dbc4a9b
index 3c866db603a7..bfb3c54d5286 100644
ebd1a17
--- a/init/Kconfig
ebd1a17
+++ b/init/Kconfig
dbc4a9b
@@ -1149,7 +1149,7 @@ config DEBUG_BLK_CGROUP
ebd1a17
 endif # CGROUPS
ebd1a17
 
ebd1a17
 config CHECKPOINT_RESTORE
ebd1a17
-	bool "Checkpoint/restore support" if EXPERT
ebd1a17
+	bool "Checkpoint/restore support"
ebd1a17
 	default n
ebd1a17
 	help
ebd1a17
 	  Enables additional kernel features in a sake of checkpoint/restore.
dbc4a9b
@@ -1160,7 +1160,7 @@ config CHECKPOINT_RESTORE
ebd1a17
 	  If unsure, say N here.
ebd1a17
 
ebd1a17
 menuconfig NAMESPACES
ebd1a17
-	bool "Namespaces support" if EXPERT
ebd1a17
+	bool "Namespaces support"
ebd1a17
 	default !EXPERT
ebd1a17
 	help
ebd1a17
 	  Provides the way to make tasks work with different objects using
dbc4a9b
-- 
c47527a
2.1.0
dbc4a9b