]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: tegra: Rebuild default configuration on v4.3-rc1
authorThierry Reding <treding@nvidia.com>
Tue, 15 Sep 2015 09:10:48 +0000 (11:10 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 15 Sep 2015 09:10:48 +0000 (11:10 +0200)
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>
arch/arm/configs/tegra_defconfig

index 9808581176cc81790913c024e625b648a3650c68..48af636934f7c0afe328a0a00c8c87cf706ae009 100644 (file)
@@ -60,7 +60,6 @@ CONFIG_INET_ESP=y
 # CONFIG_INET_XFRM_MODE_BEET is not set
 # CONFIG_INET_LRO is not set
 # CONFIG_INET_DIAG is not set
-CONFIG_IPV6=y
 CONFIG_IPV6_ROUTER_PREF=y
 CONFIG_IPV6_OPTIMISTIC_DAD=y
 CONFIG_INET6_AH=y
@@ -266,10 +265,8 @@ CONFIG_EXT2_FS_XATTR=y
 CONFIG_EXT2_FS_POSIX_ACL=y
 CONFIG_EXT2_FS_SECURITY=y
 CONFIG_EXT3_FS=y
-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
 CONFIG_EXT3_FS_POSIX_ACL=y
 CONFIG_EXT3_FS_SECURITY=y
-CONFIG_EXT4_FS=y
 # CONFIG_DNOTIFY is not set
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y