]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: Update dependencies on CMD_IRQ
authorTom Rini <trini@konsulko.com>
Thu, 25 Sep 2025 20:51:32 +0000 (14:51 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 8 Oct 2025 22:12:50 +0000 (16:12 -0600)
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>
cmd/Kconfig

index bb11fd07cdfdfccf64bf9c6ea5dd2d644dd41f27..eb615552a00748120329d1c69318bcbaef83a424 100644 (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: