
On Mon, May 15, 2017 at 04:57:58AM -0600, Simon Glass wrote:
This converts the following to Kconfig: CONFIG_CMD_IRQ
Signed-off-by: Simon Glass sjg@chromium.org
README | 1 - arch/Kconfig | 1 + arch/powerpc/cpu/mpc85xx/Kconfig | 18 ++++++++++++++++++ cmd/Kconfig | 7 +++++++
[snip]
diff --git a/arch/Kconfig b/arch/Kconfig index c6ea37fd46..6cb6ffbe42 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -89,6 +89,7 @@ config X86 select DM_SPI_FLASH imply CMD_FPGA_LOADMK imply CMD_IO
- imply CMD_IRQ
config XTENSA bool "Xtensa architecture"
We should get all of PowerPC and X86 in this hunk too.
[snip]
diff --git a/cmd/Kconfig b/cmd/Kconfig index be6b314c26..0eb07a0d4e 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1192,6 +1192,13 @@ config CMD_DIAG available tests and running either all the tests, or specific tests identified by name.
+config CMD_IRQ
- bool "irq - Show information about interrupts"
depends on !ARM && !MIPS && !SH
Thanks!