summaryrefslogtreecommitdiff
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorMursalin Akon <makon@nvidia.com>2011-09-20 10:31:59 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-23 19:50:20 -0700
commitadd035be7c17312a2ea18ebbee48921b36c6ef48 (patch)
tree45da534b17aeb8fcce1a9209d7ff0d2559ed4120 /arch/arm/configs
parent3241d034026e5d3d2f2a493f1238e526b4a4ba51 (diff)
ARM: config: tegra[3]: Enable/Disable some filesystem options
- All Ext variants are natively supported - NFS is as well natively supported (for NFS boot) - CDROM, MSDOS, VFAT, CIFS, NTFS are supported through modules Bug 876553, 876711 Change-Id: Ibe82291501d22d07064935d386202b8819656405 Signed-off-by: Mursalin Akon <makon@nvidia.com> Reviewed-on: http://git-master/r/53512 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: Rb62fc2716071a22f3c685df57386767d80eb8526
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/tegra3_defconfig7
-rw-r--r--arch/arm/configs/tegra_defconfig10
2 files changed, 15 insertions, 2 deletions
diff --git a/arch/arm/configs/tegra3_defconfig b/arch/arm/configs/tegra3_defconfig
index 4b2d9834769b..dc61dbfd2dca 100644
--- a/arch/arm/configs/tegra3_defconfig
+++ b/arch/arm/configs/tegra3_defconfig
@@ -152,7 +152,6 @@ CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
-CONFIG_EXT2_FS_XIP=y
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT3_FS_POSIX_ACL=y
@@ -170,9 +169,15 @@ CONFIG_VFAT_FS=m
CONFIG_NTFS_FS=m
CONFIG_NTFS_RW=y
CONFIG_TMPFS=y
+# CONFIG_MISC_FILESYSTEMS is not set
CONFIG_NFS_FS=y
+CONFIG_NFS_V3=y
+CONFIG_NFS_V3_ACL=y
+CONFIG_NFS_V4=y
+CONFIG_NFS_V4_1=y
CONFIG_ROOT_NFS=y
CONFIG_CIFS=m
+CONFIG_CIFS_EXPERIMENTAL=y
CONFIG_PARTITION_ADVANCED=y
CONFIG_EFI_PARTITION=y
CONFIG_NLS_CODEPAGE_437=y
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index 91b53860ade8..798850020fee 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -155,8 +155,16 @@ CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_POSIX_ACL=y
+CONFIG_EXT4_FS_SECURITY=y
# CONFIG_DNOTIFY is not set
-CONFIG_VFAT_FS=y
+CONFIG_FUSE_FS=m
+CONFIG_ISO9660_FS=m
+CONFIG_JOLIET=y
+CONFIG_ZISOFS=y
+CONFIG_MSDOS_FS=m
+CONFIG_VFAT_FS=m
+CONFIG_NTFS_FS=m
+CONFIG_NTFS_RW=y
CONFIG_TMPFS=y
CONFIG_YAFFS_FS=y
CONFIG_YAFFS_DISABLE_TAGS_ECC=y