mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user