bface6d
From e5ccd0f0bfdfd7b53a9c9879882e0ea35a3c5995 Mon Sep 17 00:00:00 2001
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
6a91557
index 3bad458f1c68..aee58b9fedfc 100644
ebd1a17
--- a/init/Kconfig
ebd1a17
+++ b/init/Kconfig
6a91557
@@ -1147,7 +1147,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.
6a91557
@@ -1158,7 +1158,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
6a91557
-- 
6a91557
1.9.3
6a91557