[patch 4/8] fs: rename CONFIG_EMBEDDED to CONFIG_EXPERT

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Rientjes
Date: Wednesday, December 29, 2010 - 9:02 pm

CONFIG_EMBEDDED has been renamed to CONFIG_EXPERT, so fix it in the fs/
directory.

Signed-off-by: David Rientjes <rientjes@google.com>
---
 fs/Kconfig       |    2 +-
 fs/proc/Kconfig  |    6 +++---
 fs/sysfs/Kconfig |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/fs/Kconfig b/fs/Kconfig
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -51,7 +51,7 @@ config EXPORTFS
 	tristate
 
 config FILE_LOCKING
-	bool "Enable POSIX file locking API" if EMBEDDED
+	bool "Enable POSIX file locking API" if EXPERT
 	default y
 	help
 	  This option enables standard file locking support, required
diff --git a/fs/proc/Kconfig b/fs/proc/Kconfig
--- a/fs/proc/Kconfig
+++ b/fs/proc/Kconfig
@@ -1,5 +1,5 @@
 config PROC_FS
-	bool "/proc file system support" if EMBEDDED
+	bool "/proc file system support" if EXPERT
 	default y
 	help
 	  This is a virtual file system providing information about the status
@@ -40,7 +40,7 @@ config PROC_VMCORE
         Exports the dump image of crashed kernel in ELF format.
 
 config PROC_SYSCTL
-	bool "Sysctl support (/proc/sys)" if EMBEDDED
+	bool "Sysctl support (/proc/sys)" if EXPERT
 	depends on PROC_FS
 	select SYSCTL
 	default y
@@ -61,7 +61,7 @@ config PROC_SYSCTL
 config PROC_PAGE_MONITOR
  	default y
 	depends on PROC_FS && MMU
-	bool "Enable /proc page monitoring" if EMBEDDED
+	bool "Enable /proc page monitoring" if EXPERT
  	help
 	  Various /proc files exist to monitor process memory utilization:
 	  /proc/pid/smaps, /proc/pid/clear_refs, /proc/pid/pagemap,
diff --git a/fs/sysfs/Kconfig b/fs/sysfs/Kconfig
--- a/fs/sysfs/Kconfig
+++ b/fs/sysfs/Kconfig
@@ -1,5 +1,5 @@
 config SYSFS
-	bool "sysfs file system support" if EMBEDDED
+	bool "sysfs file system support" if EXPERT
 	default y
 	help
 	The sysfs filesystem is a virtual filesystem that the kernel uses to
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 1/8] init: rename CONFIG_EMBEDDED to CONFIG_EXPERT, David Rientjes, (Wed Dec 29, 9:02 pm)
[patch 2/8] arch: rename CONFIG_EMBEDDED to CONFIG_EXPERT, David Rientjes, (Wed Dec 29, 9:02 pm)
[patch 4/8] fs: rename CONFIG_EMBEDDED to CONFIG_EXPERT, David Rientjes, (Wed Dec 29, 9:02 pm)
[patch 5/8] block: rename CONFIG_EMBEDDED to CONFIG_EXPERT, David Rientjes, (Wed Dec 29, 9:02 pm)
[patch 6/8] init: rename CONFIG_EMBEDDED to CONFIG_EXPERT, David Rientjes, (Wed Dec 29, 9:02 pm)
[patch 7/8] lib: rename CONFIG_EMBEDDED to CONFIG_EXPERT, David Rientjes, (Wed Dec 29, 9:02 pm)
[patch 8/8] usr: rename CONFIG_EMBEDDED to CONFIG_EXPERT, David Rientjes, (Wed Dec 29, 9:02 pm)
Re: [patch 1/8] init: rename CONFIG_EMBEDDED to CONFIG_EXPERT, Valdis.Kletnieks, (Thu Dec 30, 2:56 pm)