Re: [PATCH 7/8] clocksource: Kconfig: Modify CMT config support 64bit

2016-09-11 Thread Bui Duc Phuc
Hi Laurent Thank you for your comments. I think you should instead add select SH_TIMER_CMT to the config ARCH_RENESAS section in arch/arm64/Kconfig.platforms I will update in V2. -- Regards, Bui Duc Phuc

Re: [PATCH 7/8] clocksource: Kconfig: Modify CMT config support 64bit

2016-09-09 Thread Laurent Pinchart
Hi Bui Duc, Thank you for the patch. On Friday 09 Sep 2016 20:43:13 bd-p...@jinso.co.jp wrote: > From: Bui Duc Phuc > > Modify CMT config to support 64bit > > Signed-off-by: Bui Duc Phuc > --- > drivers/clocksource/Kconfig | 2 +- > 1 file changed,

Re: [PATCH 7/8] clocksource: Kconfig: Modify CMT config support 64bit

2016-09-09 Thread Bui Duc Phuc
Hi Sergei Thanks for your comment. +bool "Renesas CMT timer driver" if ( ARM64 || COMPILE_TEST ) Parens not needed and the spaces after/before them even less so. OK I will update in V2 Thanks & best regards. Bui Duc Phuc

Re: [PATCH 7/8] clocksource: Kconfig: Modify CMT config support 64bit

2016-09-09 Thread Sergei Shtylyov
On 9/9/2016 2:43 PM, bd-p...@jinso.co.jp wrote: From: Bui Duc Phuc Modify CMT config to support 64bit Signed-off-by: Bui Duc Phuc --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git