Message ID | 1473421394-9745-8-git-send-email-bd-phuc@jinso.co.jp (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 9/9/2016 2:43 PM, bd-phuc@jinso.co.jp wrote: > From: Bui Duc Phuc <bd-phuc@jinso.co.jp> > > Modify CMT config to support 64bit > > Signed-off-by: Bui Duc Phuc <bd-phuc@jinso.co.jp> > --- > drivers/clocksource/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig > index 5677886..62c2bcb 100644 > --- a/drivers/clocksource/Kconfig > +++ b/drivers/clocksource/Kconfig > @@ -408,7 +408,7 @@ config SYS_SUPPORTS_EM_STI > bool > > config SH_TIMER_CMT > - bool "Renesas CMT timer driver" if COMPILE_TEST > + bool "Renesas CMT timer driver" if ( ARM64 || COMPILE_TEST ) Parens not needed and the spaces after/before them even less so. [...] MBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Bui Duc, Thank you for the patch. On Friday 09 Sep 2016 20:43:13 bd-phuc@jinso.co.jp wrote: > From: Bui Duc Phuc <bd-phuc@jinso.co.jp> > > Modify CMT config to support 64bit > > Signed-off-by: Bui Duc Phuc <bd-phuc@jinso.co.jp> > --- > drivers/clocksource/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig > index 5677886..62c2bcb 100644 > --- a/drivers/clocksource/Kconfig > +++ b/drivers/clocksource/Kconfig > @@ -408,7 +408,7 @@ config SYS_SUPPORTS_EM_STI > bool > > config SH_TIMER_CMT > - bool "Renesas CMT timer driver" if COMPILE_TEST > + bool "Renesas CMT timer driver" if ( ARM64 || COMPILE_TEST ) I think you should instead add select SH_TIMER_CMT to the config ARCH_RENESAS section in arch/arm64/Kconfig.platforms > depends on GENERIC_CLOCKEVENTS > depends on HAS_IOMEM > default SYS_SUPPORTS_SH_CMT
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.
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 5677886..62c2bcb 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -408,7 +408,7 @@ config SYS_SUPPORTS_EM_STI bool config SH_TIMER_CMT - bool "Renesas CMT timer driver" if COMPILE_TEST + bool "Renesas CMT timer driver" if ( ARM64 || COMPILE_TEST ) depends on GENERIC_CLOCKEVENTS depends on HAS_IOMEM default SYS_SUPPORTS_SH_CMT