9
0
Fork 0

CONFIG_START_YEAR/MONTH/DAY not required if an RTC is used

This commit is contained in:
Gregory Nutt 2014-05-26 07:45:15 -06:00
parent fef31d0870
commit df56209ac7
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,8 @@ config JULIAN_TIME
---help---
Enables Julian time conversions
if !RTC
config START_YEAR
int "Start year"
default 2014
@ -118,6 +120,8 @@ config START_DAY
int "Start day"
default 1
endif # !RTC
config MAX_WDOGPARMS
int "Maximum number of watchdog parameters"
default 4