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)
commit9d42a06019178ccd0fff37864ff09c2335c68308
treeb998e0973e219148ceb07dac3ab29f815a401a0e
parent583a45c33f3040a2e936c2d4012fe1b3a6edb537
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>
cmd/Kconfig