aboutsummaryrefslogtreecommitdiffstats
path: root/features/kgdb/kgdb.scc
blob: f977f00d2706e8f6b54e984e1af0292cc8b0179d (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Enable KGDB + KGDB access protocols"
define KFEATURE_COMPATIBILITY all

kconf non-hardware kgdb.cfg
if [ "$KARCH" = "x86_64" ] || [ "$KARCH" = "i386" ]; then
    kconf non-hardware kgdb-x86.cfg
fi