[U-Boot] [PATCH 43/47] Convert CONFIG_CMD_IRQ to Kconfig

Tom Rini trini at konsulko.com
Mon May 15 18:05:03 UTC 2017


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 at 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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170515/64f2422b/attachment.sig>


More information about the U-Boot mailing list