From: Michal Simek Date: Thu, 4 Oct 2018 12:26:13 +0000 (+0200) Subject: cmd: kgdb: Enable kgdb only for PPC X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5aa7e5a97e7553a0454f18728b18dd843dd7873;p=thirdparty%2Fu-boot.git cmd: kgdb: Enable kgdb only for PPC Only PPC supports this option that's why there should be proper dependency setup via Kconfig. Signed-off-by: Michal Simek --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 10a95f5a8af..60976e755da 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1523,6 +1523,7 @@ config CMD_IRQ config CMD_KGDB bool "kgdb - Allow debugging of U-Boot with gdb" + depends on PPC help This enables a 'kgdb' command which allows gdb to connect to U-Boot over a serial link for debugging purposes. This allows