diff mbox series

[U-Boot] cmd: kgdb: Enable kgdb only for PPC

Message ID 03f0d730b3a44b49d12ba4ed4af2c9dce4181f5e.1539068984.git.michal.simek@xilinx.com
State Accepted
Commit b92055064e56207e284ae966dbd7bd407a7b0e8d
Delegated to: Michal Simek
Headers show
Series [U-Boot] cmd: kgdb: Enable kgdb only for PPC | expand

Commit Message

Michal Simek Oct. 9, 2018, 7:09 a.m. UTC
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>
---

 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 7ed3c9c3b30b..d66f710ad0f8 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