[armhf] Enable ARM_ERRATA_430973 (Closes: #768890), ARM_ERRATA_643719, ARM_ERRATA_754327, ARM_ERRATA_773022

svn path=/dists/trunk/linux/; revision=22587
This commit is contained in:
Ben Hutchings 2015-05-10 20:00:44 +00:00
parent 4543b37f08
commit b125f8fb50
2 changed files with 6 additions and 0 deletions

2
debian/changelog vendored
View File

@ -142,6 +142,8 @@ linux (4.0.2-1~exp1) UNRELEASED; urgency=medium
* [armhf] sound: Enable SND_SIMPLE_CARD as module
* path_openat(): fix double fput()
* [x86] serial: Enable SERIAL_8250_DW as built-in
* [armhf] Enable ARM_ERRATA_430973 (Closes: #768890), ARM_ERRATA_643719,
ARM_ERRATA_754327, ARM_ERRATA_773022
[ Ian Campbell ]
* [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364)

View File

@ -7,6 +7,10 @@ CONFIG_ARCH_MULTIPLATFORM=y
# CONFIG_ARCH_MULTI_V6 is not set
CONFIG_ARCH_MULTI_V7=y
CONFIG_ARCH_VIRT=y
CONFIG_ARM_ERRATA_430973=y
CONFIG_ARM_ERRATA_643719=y
CONFIG_ARM_ERRATA_754327=y
CONFIG_ARM_ERRATA_773022=y
CONFIG_PCI=y
CONFIG_SMP=y
CONFIG_SMP_ON_UP=y