All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arc: eznps: fix allmodconfig kconfig warning
@ 2019-11-27  1:54 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2019-11-27  1:54 UTC (permalink / raw)
  To: LKML, linux-snps-arc; +Cc: Vineet Gupta, Ofer Levi

From: Randy Dunlap <rdunlap@infradead.org>

Fix kconfig warning for arch/arc/plat-eznps/Kconfig allmodconfig:

WARNING: unmet direct dependencies detected for CLKSRC_NPS
  Depends on [n]: GENERIC_CLOCKEVENTS [=y] && !PHYS_ADDR_T_64BIT [=y]
  Selected by [y]:
  - ARC_PLAT_EZNPS [=y]

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Ofer Levi <oferle@mellanox.com>
Cc: linux-snps-arc@lists.infradead.org
---
 arch/arc/plat-eznps/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-54.orig/arch/arc/plat-eznps/Kconfig
+++ lnx-54/arch/arc/plat-eznps/Kconfig
@@ -7,7 +7,7 @@
 menuconfig ARC_PLAT_EZNPS
 	bool "\"EZchip\" ARC dev platform"
 	select CPU_BIG_ENDIAN
-	select CLKSRC_NPS
+	select CLKSRC_NPS if !PHYS_ADDR_T_64BIT
 	select EZNPS_GIC
 	select EZCHIP_NPS_MANAGEMENT_ENET if ETHERNET
 	help


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] arc: eznps: fix allmodconfig kconfig warning
@ 2019-11-27  1:54 ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2019-11-27  1:54 UTC (permalink / raw)
  To: LKML, linux-snps-arc; +Cc: Vineet Gupta, Ofer Levi

From: Randy Dunlap <rdunlap@infradead.org>

Fix kconfig warning for arch/arc/plat-eznps/Kconfig allmodconfig:

WARNING: unmet direct dependencies detected for CLKSRC_NPS
  Depends on [n]: GENERIC_CLOCKEVENTS [=y] && !PHYS_ADDR_T_64BIT [=y]
  Selected by [y]:
  - ARC_PLAT_EZNPS [=y]

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Ofer Levi <oferle@mellanox.com>
Cc: linux-snps-arc@lists.infradead.org
---
 arch/arc/plat-eznps/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-54.orig/arch/arc/plat-eznps/Kconfig
+++ lnx-54/arch/arc/plat-eznps/Kconfig
@@ -7,7 +7,7 @@
 menuconfig ARC_PLAT_EZNPS
 	bool "\"EZchip\" ARC dev platform"
 	select CPU_BIG_ENDIAN
-	select CLKSRC_NPS
+	select CLKSRC_NPS if !PHYS_ADDR_T_64BIT
 	select EZNPS_GIC
 	select EZCHIP_NPS_MANAGEMENT_ENET if ETHERNET
 	help


_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arc: eznps: fix allmodconfig kconfig warning
  2019-11-27  1:54 ` Randy Dunlap
@ 2019-12-04 23:06   ` Vineet Gupta
  -1 siblings, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2019-12-04 23:06 UTC (permalink / raw)
  To: Randy Dunlap, LKML, linux-snps-arc; +Cc: Ofer Levi

On 11/26/19 5:54 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix kconfig warning for arch/arc/plat-eznps/Kconfig allmodconfig:
> 
> WARNING: unmet direct dependencies detected for CLKSRC_NPS
>   Depends on [n]: GENERIC_CLOCKEVENTS [=y] && !PHYS_ADDR_T_64BIT [=y]
>   Selected by [y]:
>   - ARC_PLAT_EZNPS [=y]
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Thx for the fix. Will hit for-curr after rc1.

Thx,
-Vineet

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arc: eznps: fix allmodconfig kconfig warning
@ 2019-12-04 23:06   ` Vineet Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: Vineet Gupta @ 2019-12-04 23:06 UTC (permalink / raw)
  To: Randy Dunlap, LKML, linux-snps-arc; +Cc: Ofer Levi

On 11/26/19 5:54 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Fix kconfig warning for arch/arc/plat-eznps/Kconfig allmodconfig:
> 
> WARNING: unmet direct dependencies detected for CLKSRC_NPS
>   Depends on [n]: GENERIC_CLOCKEVENTS [=y] && !PHYS_ADDR_T_64BIT [=y]
>   Selected by [y]:
>   - ARC_PLAT_EZNPS [=y]
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

Thx for the fix. Will hit for-curr after rc1.

Thx,
-Vineet
_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-04 23:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-27  1:54 [PATCH] arc: eznps: fix allmodconfig kconfig warning Randy Dunlap
2019-11-27  1:54 ` Randy Dunlap
2019-12-04 23:06 ` Vineet Gupta
2019-12-04 23:06   ` Vineet Gupta

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.