CHROMIUM: config: CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y

It's already set for 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

  echo CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y >> \
      chromeos/config/x86_64/common.config
  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/+/2530521
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
diff --git a/chromeos/config/armel/common.config b/chromeos/config/armel/common.config
index 17c47cd2..d146115 100644
--- a/chromeos/config/armel/common.config
+++ b/chromeos/config/armel/common.config
@@ -105,8 +105,6 @@
 CONFIG_ATAGS=y
 CONFIG_AUTO_ZRELADDR=y
 # CONFIG_AX88796 is not set
-CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
-CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1
 # CONFIG_BRCMFMAC is not set
 # CONFIG_BT_ATH3K is not set
 # CONFIG_BT_HCIBCM203X is not set
diff --git a/chromeos/config/base.config b/chromeos/config/base.config
index 44f4b90..bea0b5f 100644
--- a/chromeos/config/base.config
+++ b/chromeos/config/base.config
@@ -168,6 +168,8 @@
 # CONFIG_BMP085_I2C is not set
 # CONFIG_BMP085_SPI is not set
 # CONFIG_BONDING is not set
+CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
+CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1
 CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
 CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=1
 CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
diff --git a/chromeos/config/x86_64/common.config b/chromeos/config/x86_64/common.config
index b611244..f00116e 100644
--- a/chromeos/config/x86_64/common.config
+++ b/chromeos/config/x86_64/common.config
@@ -142,8 +142,6 @@
 CONFIG_BLOCK_COMPAT=y
 # 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_HOTPLUG_CPU0 is not set
 # CONFIG_BPCTL is not set
 CONFIG_BRCMFMAC=m