]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/configfs/Kconfig
configfs: change depends -> select SYSFS
[mirror_ubuntu-zesty-kernel.git] / fs / configfs / Kconfig
index 13587cc97a0b607921512fdacfca529af99c3ba2..9febcdefdfdc7546323c8f0db7b88771dac1dd41 100644 (file)
@@ -1,8 +1,8 @@
 config CONFIGFS_FS
        tristate "Userspace-driven configuration filesystem"
-       depends on SYSFS
+       select SYSFS
        help
-         configfs is a ram-based filesystem that provides the converse
+         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.