aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2009-01-22 02:40:58 -0500
committerAlexey Dobriyan <adobriyan@gmail.com>2009-01-22 05:15:56 -0500
commit5f3a211a8b02222498f134ea961fe29c97a4801f (patch)
treefce8ac0bdaebf3f9d62711d1c52369fa44ee911a /fs/Kconfig
parent9d73ac9e8faffa3b930fcebbf4ebcd25f8061ada (diff)
fs/Kconfig: move sysfs out
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig25
1 files changed, 1 insertions, 24 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index f746fd6cb728..e9103b9862b4 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -141,30 +141,7 @@ endif # BLOCK
141menu "Pseudo filesystems" 141menu "Pseudo filesystems"
142 142
143source "fs/proc/Kconfig" 143source "fs/proc/Kconfig"
144 144source "fs/sysfs/Kconfig"
145config SYSFS
146 bool "sysfs file system support" if EMBEDDED
147 default y
148 help
149 The sysfs filesystem is a virtual filesystem that the kernel uses to
150 export internal kernel objects, their attributes, and their
151 relationships to one another.
152
153 Users can use sysfs to ascertain useful information about the running
154 kernel, such as the devices the kernel has discovered on each bus and
155 which driver each is bound to. sysfs can also be used to tune devices
156 and other kernel subsystems.
157
158 Some system agents rely on the information in sysfs to operate.
159 /sbin/hotplug uses device and object attributes in sysfs to assist in
160 delegating policy decisions, like persistently naming devices.
161
162 sysfs is currently used by the block subsystem to mount the root
163 partition. If sysfs is disabled you must specify the boot device on
164 the kernel boot command line via its major and minor numbers. For
165 example, "root=03:01" for /dev/hda1.
166
167 Designers of embedded systems may wish to say N here to conserve space.
168 145
169config TMPFS 146config TMPFS
170 bool "Virtual memory file system support (former shm fs)" 147 bool "Virtual memory file system support (former shm fs)"