aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/debug/processor/debug-cpu-hotplug-state-control.scc
blob: 0e487b1fb94ee26b7a7b8383751afc7f43e8d5aa (plain)
1
2
3
4
5
# SPDX-License-Identifier: MIT
include cfg/debug/common/debug-kernelhacking.scc
if [ "$KARCH" = "x86_64" ] || [ "$KARCH" = "i386" ] || [ "$KARCH" = "arm" ] || [ "$KARCH" = "arm64" ] || [ "$KARCH" = "powerpc" ] || [ "$KARCH" = "mips" ]; then
    kconf non-hardware debug-cpu-hotplug-state-control.cfg
fi