summaryrefslogtreecommitdiffstats
path: root/fragments/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fragments/fs')
-rw-r--r--fragments/fs/cifs4
-rw-r--r--fragments/fs/devtmpfs2
-rw-r--r--fragments/fs/ext44
-rw-r--r--fragments/fs/foreign9
-rw-r--r--fragments/fs/fuse1
-rw-r--r--fragments/fs/tmpfs2
6 files changed, 22 insertions, 0 deletions
diff --git a/fragments/fs/cifs b/fragments/fs/cifs
new file mode 100644
index 0000000..2512c7c
--- /dev/null
+++ b/fragments/fs/cifs
@@ -0,0 +1,4 @@
+CONFIG_CIFS=y
+CONFIG_CIFS_XATTR=y
+CONFIG_CIFS_POSIX=y
+CONFIG_CIFS_ACL=y
diff --git a/fragments/fs/devtmpfs b/fragments/fs/devtmpfs
new file mode 100644
index 0000000..5e9cf98
--- /dev/null
+++ b/fragments/fs/devtmpfs
@@ -0,0 +1,2 @@
+CONFIG_DEVTMPFS=y
+CONFIG_DEVTMPFS_MOUNT=y
diff --git a/fragments/fs/ext4 b/fragments/fs/ext4
new file mode 100644
index 0000000..c229a59
--- /dev/null
+++ b/fragments/fs/ext4
@@ -0,0 +1,4 @@
+CONFIG_EXT4_FS=y
+CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
+CONFIG_EXT4_ENCRYPTION=y
diff --git a/fragments/fs/foreign b/fragments/fs/foreign
new file mode 100644
index 0000000..6efa183
--- /dev/null
+++ b/fragments/fs/foreign
@@ -0,0 +1,9 @@
+CONFIG_ISO9660_FS=y
+CONFIG_JOLIET=y
+CONFIG_ZISOFS=y
+CONFIG_UDF_FS=y
+CONFIG_VFAT_FS=y
+
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ISO8859_1=y
+CONFIG_NLS_UTF8=y
diff --git a/fragments/fs/fuse b/fragments/fs/fuse
new file mode 100644
index 0000000..43e95f2
--- /dev/null
+++ b/fragments/fs/fuse
@@ -0,0 +1 @@
+CONFIG_FUSE_FS=y
diff --git a/fragments/fs/tmpfs b/fragments/fs/tmpfs
new file mode 100644
index 0000000..9b5a40b
--- /dev/null
+++ b/fragments/fs/tmpfs
@@ -0,0 +1,2 @@
+CONFIG_TMPFS=y
+CONFIG_TMPFS_POSIX_ACL=y