summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/fs/configfs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/fs/configfs/Kconfig')
-rw-r--r--ANDROID_3.4.5/fs/configfs/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/ANDROID_3.4.5/fs/configfs/Kconfig b/ANDROID_3.4.5/fs/configfs/Kconfig
deleted file mode 100644
index 9febcdef..00000000
--- a/ANDROID_3.4.5/fs/configfs/Kconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-config CONFIGFS_FS
- tristate "Userspace-driven configuration filesystem"
- select SYSFS
- help
- configfs is a RAM-based filesystem that provides the converse
- of sysfs's functionality. Where sysfs is a filesystem-based
- view of kernel objects, configfs is a filesystem-based manager
- of kernel objects, or config_items.
-
- Both sysfs and configfs can and should exist together on the
- same system. One is not a replacement for the other.