]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc: always enable RTC_LIB
authorArnd Bergmann <arnd@arndb.de>
Mon, 23 Apr 2018 08:36:38 +0000 (10:36 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 3 Jun 2018 10:43:33 +0000 (20:43 +1000)
commit6e8cef384a41882b2d4ec6992dd0d74246b3f353
tree499b61af555a1dece230e5282613739b3aaae09c
parenteff06ef0891d200eb0ddd156c6e96ce3dd18edc0
powerpc: always enable RTC_LIB

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 CONFIG_RTC_CLASS.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig