cmd: irq: disable CMD_IRQ for riscv arch
For RISC-V arch, no need for CMD_IRQ so disable the same. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Bin Meng <bin.meng@windriver.com>
This commit is contained in:
parent
0ac83d080a
commit
c5a7e5b3dd
1 changed files with 1 additions and 1 deletions
|
@ -2235,7 +2235,7 @@ config CMD_DIAG
|
|||
|
||||
config CMD_IRQ
|
||||
bool "irq - Show information about interrupts"
|
||||
depends on !ARM && !MIPS && !SH
|
||||
depends on !ARM && !MIPS && !RISCV && !SH
|
||||
help
|
||||
This enables two commands:
|
||||
|
||||
|
|
Loading…
Reference in a new issue