CHROMIUM: config: CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y

It's already set for some non-x86 architectures; x86 is the oddball,
instead relying on specifying `nmi_watchdog=panic` in
build_kernel_image.sh. It's generally best to avoid relying on kernel
command-line for this kind of configuration though, so specify it here
instead.

Generated by

  for i in chromeos/config/*/*.config; do \
    echo CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y >> $i; done
  chromeos/scripts/kernelconfig olddefconfig

atop a normalized config.

BUG=b:172222678
TEST=none

Signed-off-by: Brian Norris <briannorris@chromium.org>
Change-Id: Idd46b11e21ade10bf7f399055a7d462076137335
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2530137
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
diff --git a/chromeos/config/arm64/common.config b/chromeos/config/arm64/common.config
index 877666d..c72d4ce 100644
--- a/chromeos/config/arm64/common.config
+++ b/chromeos/config/arm64/common.config
@@ -152,8 +152,8 @@
 # CONFIG_BCM_KONA_USB2_PHY is not set
 CONFIG_BLOCK_COMPAT=y
 # CONFIG_BMA180 is not set
-# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
-CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0
+CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
+CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1
 # CONFIG_BRCMFMAC is not set
 # CONFIG_BRIDGE_NETFILTER is not set
 # CONFIG_BRIDGE_NF_EBTABLES is not set
diff --git a/chromeos/config/armel/chromiumos-ipq806x.flavour.config b/chromeos/config/armel/chromiumos-ipq806x.flavour.config
index 66ebb49..ee6c8f9 100644
--- a/chromeos/config/armel/chromiumos-ipq806x.flavour.config
+++ b/chromeos/config/armel/chromiumos-ipq806x.flavour.config
@@ -154,8 +154,8 @@
 # CONFIG_BMA180 is not set
 # CONFIG_BNX2 is not set
 # CONFIG_BNX2X is not set
-# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
-CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0
+CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
+CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1
 # CONFIG_BPCTL is not set
 # CONFIG_BRCMFMAC is not set
 # CONFIG_BRIDGE_EBT_802_3 is not set
diff --git a/chromeos/config/x86_64/common.config b/chromeos/config/x86_64/common.config
index 131cbb5..392ca240 100644
--- a/chromeos/config/x86_64/common.config
+++ b/chromeos/config/x86_64/common.config
@@ -246,8 +246,8 @@
 # CONFIG_BMA180 is not set
 # CONFIG_BNX2 is not set
 # CONFIG_BNX2X is not set
-# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
-CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0
+CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
+CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1
 # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
 # CONFIG_BPCTL is not set
 # CONFIG_BPF_JIT is not set