Re: [PATCH] arc: eznps: fix allmodconfig kconfig warning

2019-12-04 Thread Vineet Gupta
On 11/26/19 5:54 PM, Randy Dunlap wrote: > From: Randy Dunlap > > 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]: > - AR

[PATCH] arc: eznps: fix allmodconfig kconfig warning

2019-11-26 Thread Randy Dunlap
From: Randy Dunlap 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 Cc: Vinee