aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-10-04 14:26:13 +0200
committerMichal Simek <michal.simek@xilinx.com>2018-10-16 16:53:25 +0200
commitb92055064e56207e284ae966dbd7bd407a7b0e8d (patch)
tree17faecdb0274b3f5f4501b3736e69aa54027d6bc /cmd/Kconfig
parent22270ca03665c55e713eca2e3b0a31ed6addd621 (diff)
downloadu-boot-b92055064e56207e284ae966dbd7bd407a7b0e8d.zip
u-boot-b92055064e56207e284ae966dbd7bd407a7b0e8d.tar.gz
u-boot-b92055064e56207e284ae966dbd7bd407a7b0e8d.tar.bz2
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 <michal.simek@xilinx.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 7ed3c9c..d66f710 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1811,6 +1811,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