diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-02 15:19:29 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-02 15:19:29 +0000 |
commit | c03f264f6d8a00249ab86574884c615ea8fda5a4 (patch) | |
tree | 596504cd88ceda026c67a711ebf66c526e35fa88 /target/linux/bcm53xx/config-4.1 | |
parent | 1d1c9d56dd77a9fe55a811f2ffc2bc2e804fe010 (diff) | |
download | mtk-20170518-c03f264f6d8a00249ab86574884c615ea8fda5a4.zip mtk-20170518-c03f264f6d8a00249ab86574884c615ea8fda5a4.tar.gz mtk-20170518-c03f264f6d8a00249ab86574884c615ea8fda5a4.tar.bz2 |
bcm53xx: activate workarounds for erratas
This also deactivates some workaround for erratas only seen in older
CPU cores and L2 cores not used in this SoC.
This partly reverts commit r44947.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47686
Diffstat (limited to 'target/linux/bcm53xx/config-4.1')
-rw-r--r-- | target/linux/bcm53xx/config-4.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/bcm53xx/config-4.1 b/target/linux/bcm53xx/config-4.1 index e2d122b..560e3d7 100644 --- a/target/linux/bcm53xx/config-4.1 +++ b/target/linux/bcm53xx/config-4.1 @@ -1,5 +1,4 @@ CONFIG_ALIGNMENT_TRAP=y -# CONFIG_ARCH_ALPINE is not set CONFIG_ARCH_BCM=y # CONFIG_ARCH_BCM_21664 is not set # CONFIG_ARCH_BCM_281XX is not set @@ -40,7 +39,6 @@ CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ERRATA_754322=y CONFIG_ARM_ERRATA_764369=y CONFIG_ARM_ERRATA_775420=y -CONFIG_ARM_ERRATA_798181=y CONFIG_ARM_GIC=y CONFIG_ARM_GLOBAL_TIMER=y CONFIG_ARM_HAS_SG_CHAIN=y @@ -98,6 +96,8 @@ CONFIG_CPU_V7=y CONFIG_CRC16=y CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_LZO=y +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_WORKQUEUE=y CONFIG_CRYPTO_XZ=y CONFIG_DCACHE_WORD_ACCESS=y CONFIG_DEBUG_BCM_5301X=y @@ -253,9 +253,9 @@ CONFIG_PGTABLE_LEVELS=2 CONFIG_PHYLIB=y CONFIG_PINCTRL=y # CONFIG_PL310_ERRATA_588369 is not set -CONFIG_PL310_ERRATA_727915=y -CONFIG_PL310_ERRATA_753970=y -CONFIG_PL310_ERRATA_769419=y +# CONFIG_PL310_ERRATA_727915 is not set +# CONFIG_PL310_ERRATA_753970 is not set +# CONFIG_PL310_ERRATA_769419 is not set CONFIG_RCU_STALL_COMMON=y CONFIG_RFS_ACCEL=y CONFIG_RPS=y |