build: Replace KERNEL_LOCKUP_DETECTOR with KERNEL_SOFTLOCKUP_DETECTOR
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 12 Sep 2021 10:56:48 +0000 (12:56 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 13 Sep 2021 11:04:21 +0000 (13:04 +0200)
commitd27f6e2c5d2a2315cc8fe684d117c80aa9984ca8
tree850d7a3ea0aca241f3ece57c6038a386c795aa5c
parent0470159552641c2b11ccc1b0fcfcb4ea08f2c6ab
build: Replace KERNEL_LOCKUP_DETECTOR with KERNEL_SOFTLOCKUP_DETECTOR

The LOCKUP_DETECTOR configuration option split into the
SOFTLOCKUP_DETECTOR and HARDLOCKUP_DETECTOR configuration option some
time ago. The HARDLOCKUP_DETECTOR option is only working on some
architectures, but SOFTLOCKUP_DETECTOR should work everywhere. Replace
KERNEL_LOCKUP_DETECTOR with KERNEL_SOFTLOCKUP_DETECTOR.

LOCKUP_DETECTOR will be selected by SOFTLOCKUP_DETECTOR automatically.

Fixes: b951f53fbae3 ("build: Add additional kernel debug options")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
config/Config-kernel.in