Re: [1/5] powerpc: always enable RTC_LIB

2018-06-04 Thread Michael Ellerman
On Mon, 2018-04-23 at 08:36:38 UTC, Arnd Bergmann wrote: > In order to use the rtc_tm_to_time64() and rtc_time64_to_tm() > helper functions in later patches, we have to ensure that > CONFIG_RTC_LIB is always built-in. > > Note that this symbol only controls a couple of helper functions, > not the

[PATCH 1/5] powerpc: always enable RTC_LIB

2018-04-23 Thread Arnd Bergmann
In order to use the rtc_tm_to_time64() and rtc_time64_to_tm() helper functions in later patches, we have to ensure that CONFIG_RTC_LIB is always built-in. Note that this symbol only controls a couple of helper functions, not the actual RTC subsystem, which remains optional and is enabled with

[PATCH 1/5] powerpc: always enable RTC_LIB

2018-04-23 Thread Arnd Bergmann
In order to use the rtc_tm_to_time64() and rtc_time64_to_tm() helper functions in later patches, we have to ensure that CONFIG_RTC_LIB is always built-in. Note that this symbol only controls a couple of helper functions, not the actual RTC subsystem, which remains optional and is enabled with