Skip to content

Commit

Permalink
linux-5.3: Enable CONFIG_CRASH_DUMP
Browse files Browse the repository at this point in the history
Apply commit 581ae3a (linux-4.19.57: Enable CONFIG_CRASH_DUMP).

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
pmenzel committed Aug 12, 2019
1 parent b237b7e commit 67893e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux-5.3_rc4-284.bee
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,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 67893e8

Please sign in to comment.