From: Vladimir Oltean <olteanv@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 2/4] arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled
Date: Mon, 8 Mar 2021 19:31:21 +0200 [thread overview]
Message-ID: <20210308173121.xbo7fgkphyaijkc2@skbuf> (raw)
In-Reply-To: <20210308154816.2870528-2-wasim.khan@oss.nxp.com>
On Mon, Mar 08, 2021 at 04:48:14PM +0100, Wasim Khan wrote:
> From: Wasim Khan <wasim.khan@nxp.com>
>
> GIC_V3_ITS uses UCLASS_IRQ driver. Update Kconfig to select
> IRQ when GIC_V3_ITS is enabled.
>
> Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
> Reviewed-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>
> ---
Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Needs this patch to actually work properly, so that should be accepted
as well:
https://patchwork.ozlabs.org/project/uboot/patch/20210305070235.13547-1-Zhiqiang.Hou at nxp.com/
> Changes in v2:
> - no change
>
> arch/arm/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index fbe90875ae..f8b4d422d9 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -67,6 +67,7 @@ config GIC_V3_ITS
> bool "ARM GICV3 ITS"
> select REGMAP
> select SYSCON
> + select IRQ
> help
> ARM GICV3 Interrupt translation service (ITS).
> Basic support for programming locality specific peripheral
> --
> 2.25.1
>
next prev parent reply other threads:[~2021-03-08 17:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-08 15:48 [PATCH v2 1/4] misc: make CONFIG_IRQ selectable for all platforms Wasim Khan
2021-03-08 15:48 ` [PATCH v2 2/4] arch: arm: update Kconfig to select IRQ when GIC_V3_ITS is enabled Wasim Khan
2021-03-08 17:31 ` Vladimir Oltean [this message]
2021-04-20 5:24 ` Priyanka Jain
2021-04-20 14:19 ` Tom Rini
2021-03-08 15:48 ` [PATCH v2 3/4] arch: Kconfig: enable IRQ using select for x86 architecture Wasim Khan
2021-04-20 5:26 ` Priyanka Jain
2021-04-20 14:19 ` Tom Rini
2021-03-08 15:48 ` [PATCH v2 4/4] sandbox: enable IRQ using select for sandbox architecture Wasim Khan
2021-03-30 16:56 ` Simon Glass
2021-04-16 8:21 ` Wasim Khan
2021-04-20 5:27 ` Priyanka Jain
2021-04-20 14:19 ` Tom Rini
2021-04-20 5:23 ` [PATCH v2 1/4] misc: make CONFIG_IRQ selectable for all platforms Priyanka Jain
2021-04-20 14:19 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210308173121.xbo7fgkphyaijkc2@skbuf \
--to=olteanv@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox