diff options
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 | |||
26 | 26 | ||
27 | If unsure, say N. | 27 | If unsure, say N. |
28 | 28 | ||
29 | config SQUASHFS_XATTRS | ||
30 | bool "Squashfs XATTR support" | ||
31 | depends on SQUASHFS | ||
32 | default n | ||
33 | help | ||
34 | Saying Y here includes support for extended attributes (xattrs). | ||
35 | Xattrs are name:value pairs associated with inodes by | ||
36 | the kernel or by users (see the attr(5) manual page). | ||
37 | |||
38 | If unsure, say N. | ||
39 | |||
29 | config SQUASHFS_EMBEDDED | 40 | config SQUASHFS_EMBEDDED |
30 | 41 | ||
31 | bool "Additional option for memory-constrained systems" | 42 | bool "Additional option for memory-constrained systems" |