[PATCH] cmd: Update dependencies on CMD_IRQ
Tom Rini
trini at konsulko.com
Thu Sep 25 22:51:32 CEST 2025
For CMD_IRQ to function, we need enable/disable_interrupt functions as
well as do_irqinfo functions to be defined. Only NIOS2, PowerPC and X86
implement the latter, so correct dependencies to be opt-in not out-out
here.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
cmd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index c457cc8e5c42..5e5252ef1347 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2997,7 +2997,7 @@ config CMD_EVENT
config CMD_IRQ
bool "irq - Show information about interrupts"
- depends on !ARM && !MIPS && !RISCV && !SH
+ depends on NIOS2 || PPC || X86
help
This enables two commands:
--
2.43.0
More information about the U-Boot
mailing list