Skip to content

Commit

Permalink
linux-4.14.18: Select CONFIG_X86_MCELOG_LEGACY
Browse files Browse the repository at this point in the history
Select `CONFIG_X86_MCELOG_LEGACY` so the device `/dev/mcelog` needed by
[mcelog][1] is created.

Commit 5de97c9f (x86/mce: Factor out and deprecate the /dev/mcelog
driver) introduces this option, and is present since Linux 4.12.

[1]: https://www.mcelog.org/

Fixes: #605
  • Loading branch information
pmenzel committed Feb 9, 2018
1 parent 8078e69 commit 1702ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux-4.14.18-206.bee
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ mee_configure() {
CONFIG_GART_IOMMU=y
CONFIG_NR_CPUS=256
CONFIG_PREEMPT_VOLUNTARY=y
CONFIG_X86_MCELOG_LEGACY=y
CONFIG_MICROCODE_AMD=y
CONFIG_NUMA=y
CONFIG_TRANSPARENT_HUGEPAGE=y
Expand Down

0 comments on commit 1702ed4

Please sign in to comment.