9
0
Fork 0

rtc: select GREGORIAN_CALENDER

Fixes:
drivers/rtc/rtc-lib.c:109: undefined reference to `mktime'

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-11-27 16:54:18 +01:00 committed by Sascha Hauer
parent 88628367db
commit cdb0d02b87
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
config RTC_LIB
bool
select GREGORIAN_CALENDER
menuconfig RTC_CLASS
bool "Real Time Clock"