diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2013-06-03 22:33:50 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2013-06-03 22:33:50 +0100 |
commit | 34068bc239740f07bbf0dfd74fd9de32a262ce9f (patch) | |
tree | 56f941bf08a2dbf076f72e1b39c3814f8dd24d7c /config-armv7-generic | |
parent | de52faae3ac6763f2821c5d79f00ea6444461537 (diff) | |
download | kernel-34068bc239740f07bbf0dfd74fd9de32a262ce9f.tar.gz kernel-34068bc239740f07bbf0dfd74fd9de32a262ce9f.tar.xz kernel-34068bc239740f07bbf0dfd74fd9de32a262ce9f.zip |
Minor ARM config changes
Diffstat (limited to 'config-armv7-generic')
-rw-r--r-- | config-armv7-generic | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config-armv7-generic b/config-armv7-generic index fea4872c5..5e7e97884 100644 --- a/config-armv7-generic +++ b/config-armv7-generic @@ -39,8 +39,6 @@ CONFIG_ALWAYS_USE_PERSISTENT_CLOCK=y # CONFIG_MCPM is not set # CONFIG_OABI_COMPAT is not set -# CONFIG_FPE_NWFPE is not set -# CONFIG_FPE_FASTFPE is not set # CONFIG_APM_EMULATION is not set # CONFIG_CPU_ICACHE_DISABLE is not set # CONFIG_CPU_DCACHE_DISABLE is not set @@ -57,8 +55,9 @@ CONFIG_ALWAYS_USE_PERSISTENT_CLOCK=y # CONFIG_ARM_ERRATA_411920 is not set # Cortex-A8 CONFIG_ARM_ERRATA_430973=y -CONFIG_ARM_ERRATA_458693=y -CONFIG_ARM_ERRATA_460075=y +# The following two don't work with MP +# CONFIG_ARM_ERRATA_458693 is not set +# CONFIG_ARM_ERRATA_460075 is not set # Cortex-A9 CONFIG_ARM_ERRATA_720789=y CONFIG_ARM_ERRATA_742230=y |