diff options
| author | Pragnesh Patel <[email protected]> | 2020-08-24 20:38:55 +0530 |
|---|---|---|
| committer | Andes <[email protected]> | 2020-09-30 08:54:03 +0800 |
| commit | c5a7e5b3dd9de415b13599491d3239be2ab47c18 (patch) | |
| tree | de81a5ec69d1f4dd8638e12a43ea628cd8c09644 /cmd | |
| parent | 0ac83d080a0044cd0d8f782ba12f02cf969d3004 (diff) | |
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 <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Rick Chen <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 0c984d735d2..30c358d7e74 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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: |
