cmd: Update dependencies on CMD_IRQ

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@konsulko.com>
This commit is contained in:
Tom Rini
2025-09-25 14:51:32 -06:00
parent 583a45c33f
commit 9d42a06019

View File

@@ -3009,7 +3009,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: