Skip to content

Commit

Permalink
linux-4.19.57: Enable CONFIG_CRASH_DUMP
Browse files Browse the repository at this point in the history
We don't want to maintain a separate crash kernel but use our normal
kernel as a crash kernel. Enable CONFIG_CRASH_DUMP and
CONFIG_RELOCATABLE.
  • Loading branch information
donald committed Jul 31, 2019
1 parent 3f342f9 commit 581ae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-4.19.57-282.bee
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ mee_configure() {
CONFIG_HZ_1000=y
CONFIG_KEXEC=y
CONFIG_KEXEC_FILE=y
# CONFIG_RELOCATABLE is not set
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_COMPAT_VDSO=y
# CONFIG_ACPI_AC is not set
Expand Down

0 comments on commit 581ae3a

Please sign in to comment.