All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yuehaibing <yuehaibing@huawei.com>
To: <catalin.marinas@arm.com>, <will.deacon@arm.com>,
	<marc.zyngier@arm.com>, <lokeshvutla@ti.com>, <tony@atomide.com>,
	<t-kristo@ti.com>, <lokeshvutla@ti.com>
Cc: <linux-kernel@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning
Date: Tue, 4 Jun 2019 16:33:44 +0800	[thread overview]
Message-ID: <a9ea9cf2-71d0-d8f8-3139-33f1945520c5@huawei.com> (raw)
In-Reply-To: <20190510035255.27568-1-yuehaibing@huawei.com>

Hi all,

Friendly ping:

Who can take this?

On 2019/5/10 11:52, YueHaibing wrote:
> Fix Kbuild warning when SOC_TI is not set
> 
> WARNING: unmet direct dependencies detected for TI_SCI_INTA_IRQCHIP
>   Depends on [n]: TI_SCI_PROTOCOL [=y] && SOC_TI [=n]
>   Selected by [y]:
>   - ARCH_K3 [=y]
> 
> Fixes: 009669e74813 ("arm64: arch_k3: Enable interrupt controller drivers")
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  arch/arm64/Kconfig.platforms | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 42eca65..9d1292f 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -88,6 +88,7 @@ config ARCH_K3
>  	bool "Texas Instruments Inc. K3 multicore SoC architecture"
>  	select PM_GENERIC_DOMAINS if PM
>  	select MAILBOX
> +	select SOC_TI
>  	select TI_MESSAGE_MANAGER
>  	select TI_SCI_PROTOCOL
>  	select TI_SCI_INTR_IRQCHIP
> 


WARNING: multiple messages have this Message-ID (diff)
From: Yuehaibing <yuehaibing@huawei.com>
To: <catalin.marinas@arm.com>, <will.deacon@arm.com>,
	<marc.zyngier@arm.com>,  <lokeshvutla@ti.com>, <tony@atomide.com>,
	<t-kristo@ti.com>, <lokeshvutla@ti.com>
Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning
Date: Tue, 4 Jun 2019 16:33:44 +0800	[thread overview]
Message-ID: <a9ea9cf2-71d0-d8f8-3139-33f1945520c5@huawei.com> (raw)
In-Reply-To: <20190510035255.27568-1-yuehaibing@huawei.com>

Hi all,

Friendly ping:

Who can take this?

On 2019/5/10 11:52, YueHaibing wrote:
> Fix Kbuild warning when SOC_TI is not set
> 
> WARNING: unmet direct dependencies detected for TI_SCI_INTA_IRQCHIP
>   Depends on [n]: TI_SCI_PROTOCOL [=y] && SOC_TI [=n]
>   Selected by [y]:
>   - ARCH_K3 [=y]
> 
> Fixes: 009669e74813 ("arm64: arch_k3: Enable interrupt controller drivers")
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
>  arch/arm64/Kconfig.platforms | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 42eca65..9d1292f 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -88,6 +88,7 @@ config ARCH_K3
>  	bool "Texas Instruments Inc. K3 multicore SoC architecture"
>  	select PM_GENERIC_DOMAINS if PM
>  	select MAILBOX
> +	select SOC_TI
>  	select TI_MESSAGE_MANAGER
>  	select TI_SCI_PROTOCOL
>  	select TI_SCI_INTR_IRQCHIP
> 


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2019-06-04  8:33 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-10  3:52 [PATCH] arm64: arch_k3: Fix kconfig dependency warning YueHaibing
2019-05-10  3:52 ` YueHaibing
2019-05-10  5:16 ` Lokesh Vutla
2019-05-10  5:16   ` Lokesh Vutla
2019-05-10 18:29   ` Marc Zyngier
2019-05-10 18:29     ` Marc Zyngier
2019-05-10 21:40     ` Tony Lindgren
2019-05-10 21:40       ` Tony Lindgren
2019-06-04  8:33 ` Yuehaibing [this message]
2019-06-04  8:33   ` Yuehaibing
2019-06-04 13:22   ` Tero Kristo
2019-06-04 13:22     ` Tero Kristo

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=a9ea9cf2-71d0-d8f8-3139-33f1945520c5@huawei.com \
    --to=yuehaibing@huawei.com \
    --cc=catalin.marinas@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lokeshvutla@ti.com \
    --cc=marc.zyngier@arm.com \
    --cc=t-kristo@ti.com \
    --cc=tony@atomide.com \
    --cc=will.deacon@arm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.