diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-12 13:05:30 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-09-13 18:49:15 +0200 |
commit | a300e3c89027d247f2c31d88c3e6d720e61cbb05 (patch) | |
tree | c97f4438082d256c1bf58ff6227bdb85448fa781 /target/linux/archs38 | |
parent | f11cdd30065b241e51283a205dfc951d677e183b (diff) | |
download | upstream-a300e3c89027d247f2c31d88c3e6d720e61cbb05.tar.gz upstream-a300e3c89027d247f2c31d88c3e6d720e61cbb05.tar.bz2 upstream-a300e3c89027d247f2c31d88c3e6d720e61cbb05.zip |
kernel: Add missing kernel config options
These options are selectable when some of the kernel debug options like
KERNEL_SOFTLOCKUP_DETECTOR are selected.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 1a3b3dc7974c98843baeb22251dc4c580dc771d6)
Diffstat (limited to 'target/linux/archs38')
-rw-r--r-- | target/linux/archs38/config-5.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/archs38/config-5.4 b/target/linux/archs38/config-5.4 index 29246265ad..20c3dc0a88 100644 --- a/target/linux/archs38/config-5.4 +++ b/target/linux/archs38/config-5.4 @@ -50,7 +50,6 @@ CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=4096 CONFIG_BLK_DEV_SD=y CONFIG_BLK_SCSI_REQUEST=y -# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 CONFIG_CC_DISABLE_WARN_MAYBE_UNINITIALIZED=y CONFIG_CC_HAS_KASAN_GENERIC=y |