aboutsummaryrefslogtreecommitdiffstats
path: root/features/kgdb/kgdb.scc
blob: 56776c5098019b61f1c35736b5559348b81d5fa2 (plain)
1
2
3
4
5
6
7
8
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