diff options
author | Michal Marek | 2010-08-04 14:05:07 +0200 |
---|---|---|
committer | Michal Marek | 2010-08-04 14:05:07 +0200 |
commit | 7a996d3ab150bb0e1b71fa182f70199a703efdd1 (patch) | |
tree | 96a36947d90c9b96580899abd38cb3b70cd9d40b /fs/squashfs/Kconfig | |
parent | kconfig: add savedefconfig (diff) | |
parent | Linux 2.6.35 (diff) | |
download | kernel-qcow2-linux-7a996d3ab150bb0e1b71fa182f70199a703efdd1.tar.gz kernel-qcow2-linux-7a996d3ab150bb0e1b71fa182f70199a703efdd1.tar.xz kernel-qcow2-linux-7a996d3ab150bb0e1b71fa182f70199a703efdd1.zip |
Merge commit 'v2.6.35' into kbuild/kconfig
Conflicts:
scripts/kconfig/Makefile
Diffstat (limited to 'fs/squashfs/Kconfig')
-rw-r--r-- | fs/squashfs/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/squashfs/Kconfig b/fs/squashfs/Kconfig index 25a00d19d686..cc6ce8a84c21 100644 --- a/fs/squashfs/Kconfig +++ b/fs/squashfs/Kconfig @@ -26,6 +26,17 @@ config SQUASHFS If unsure, say N. +config SQUASHFS_XATTRS + bool "Squashfs XATTR support" + depends on SQUASHFS + default n + help + Saying Y here includes support for extended attributes (xattrs). + Xattrs are name:value pairs associated with inodes by + the kernel or by users (see the attr(5) manual page). + + If unsure, say N. + config SQUASHFS_EMBEDDED bool "Additional option for memory-constrained systems" |