diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2013-06-02 19:05:45 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2013-06-02 19:05:45 +0100 |
commit | de52faae3ac6763f2821c5d79f00ea6444461537 (patch) | |
tree | e7cd9d9bfe179c1b5bbcda04dd68993f94ae9dd4 /config-armv7-generic | |
parent | 74e1b9e160732e4fddf614422ee038f1896214b7 (diff) | |
download | kernel-de52faae3ac6763f2821c5d79f00ea6444461537.tar.gz kernel-de52faae3ac6763f2821c5d79f00ea6444461537.tar.xz kernel-de52faae3ac6763f2821c5d79f00ea6444461537.zip |
Add patch to fix DRM/X on omap (panda), Enable Cortex-A8 errata on multiplatform kernels (omap3), Minor ARM config updates
Diffstat (limited to 'config-armv7-generic')
-rw-r--r-- | config-armv7-generic | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config-armv7-generic b/config-armv7-generic index 97699478a..fea4872c5 100644 --- a/config-armv7-generic +++ b/config-armv7-generic @@ -56,9 +56,9 @@ CONFIG_ALWAYS_USE_PERSISTENT_CLOCK=y # CONFIG_ARM_ERRATA_326103 is not set # CONFIG_ARM_ERRATA_411920 is not set # Cortex-A8 -# CONFIG_ARM_ERRATA_430973 is not set -# CONFIG_ARM_ERRATA_458693 is not set -# CONFIG_ARM_ERRATA_460075 is not set +CONFIG_ARM_ERRATA_430973=y +CONFIG_ARM_ERRATA_458693=y +CONFIG_ARM_ERRATA_460075=y # Cortex-A9 CONFIG_ARM_ERRATA_720789=y CONFIG_ARM_ERRATA_742230=y |