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