diff options
author | Thierry Reding <treding@nvidia.com> | 2015-09-15 05:10:48 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2015-09-15 05:10:48 -0400 |
commit | 241e077b560ce3a67bb3ba681d9e5494a6c1042d (patch) | |
tree | e425fdf5cf60e37991d3b3d909024082d308274b | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) |
ARM: tegra: Rebuild default configuration on v4.3-rc1
As a result of rebuilding the configuration the following symbols are
removed:
- EXT4_FS: ext3 has finally been removed from the kernel. ext4
provides feature parity and can be used to mount ext3 filesystems.
EXT3_FS selects EXT4_FS.
- EXT3_DEFAULTS_TO_ORDERED: Removed as part of the ext3 filesystem
removal.
- IPV6: IPv6 is now built-in by default
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 9808581176cc..48af636934f7 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig | |||
@@ -60,7 +60,6 @@ CONFIG_INET_ESP=y | |||
60 | # CONFIG_INET_XFRM_MODE_BEET is not set | 60 | # CONFIG_INET_XFRM_MODE_BEET is not set |
61 | # CONFIG_INET_LRO is not set | 61 | # CONFIG_INET_LRO is not set |
62 | # CONFIG_INET_DIAG is not set | 62 | # CONFIG_INET_DIAG is not set |
63 | CONFIG_IPV6=y | ||
64 | CONFIG_IPV6_ROUTER_PREF=y | 63 | CONFIG_IPV6_ROUTER_PREF=y |
65 | CONFIG_IPV6_OPTIMISTIC_DAD=y | 64 | CONFIG_IPV6_OPTIMISTIC_DAD=y |
66 | CONFIG_INET6_AH=y | 65 | CONFIG_INET6_AH=y |
@@ -266,10 +265,8 @@ CONFIG_EXT2_FS_XATTR=y | |||
266 | CONFIG_EXT2_FS_POSIX_ACL=y | 265 | CONFIG_EXT2_FS_POSIX_ACL=y |
267 | CONFIG_EXT2_FS_SECURITY=y | 266 | CONFIG_EXT2_FS_SECURITY=y |
268 | CONFIG_EXT3_FS=y | 267 | CONFIG_EXT3_FS=y |
269 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
270 | CONFIG_EXT3_FS_POSIX_ACL=y | 268 | CONFIG_EXT3_FS_POSIX_ACL=y |
271 | CONFIG_EXT3_FS_SECURITY=y | 269 | CONFIG_EXT3_FS_SECURITY=y |
272 | CONFIG_EXT4_FS=y | ||
273 | # CONFIG_DNOTIFY is not set | 270 | # CONFIG_DNOTIFY is not set |
274 | CONFIG_VFAT_FS=y | 271 | CONFIG_VFAT_FS=y |
275 | CONFIG_TMPFS=y | 272 | CONFIG_TMPFS=y |