[arm64] disable omap_rng temporarily

The drivers hangs machine with IRQ storm on MacchiatoBin with EFI
as firmware. Re-enable the module once the issue is fixed.
This commit is contained in:
Riku Voipio 2018-01-11 11:46:38 +02:00
parent aac0e5380a
commit a8911b9351
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -45,6 +45,9 @@ linux (4.14.13-1) UNRELEASED; urgency=medium
[ Salvatore Bonaccorso ]
* libsas: Disable asynchronous aborts for SATA devices
[ Riku Voipio ]
* [arm64] disable CONFIG_HW_RANDOM_OMAP until the IRQ storm bug is fixed
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 10 Jan 2018 09:58:46 +0100
linux (4.14.12-2) unstable; urgency=medium

View File

@ -104,7 +104,7 @@ CONFIG_TEGRA_ACONNECT=y
## file: drivers/char/hw_random/Kconfig
##
CONFIG_HW_RANDOM_BCM2835=m
CONFIG_HW_RANDOM_OMAP=m
# CONFIG_HW_RANDOM_OMAP is not set
CONFIG_HW_RANDOM_HISI=m
CONFIG_HW_RANDOM_MSM=m
CONFIG_HW_RANDOM_XGENE=m