diff options
author | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 19:39:02 +0100 |
---|---|---|
committer | Phillip Lougher <phillip@lougher.demon.co.uk> | 2010-05-17 19:54:07 +0100 |
commit | 01e5b4e4e897fce8c7e6236bc933c9721c7ee237 (patch) | |
tree | 2bdd0afded0c862929f6826fe254542894697c0c /fs/squashfs/Kconfig | |
parent | 67f66cc6c728de183d9d43c243cb163c1ebd8e04 (diff) | |
download | blackbird-op-linux-01e5b4e4e897fce8c7e6236bc933c9721c7ee237.tar.gz blackbird-op-linux-01e5b4e4e897fce8c7e6236bc933c9721c7ee237.zip |
squashfs: add xattr support configure option
Signed-off-by: Phillip Lougher <phillip@lougher.demon.co.uk>
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" |