RTC: Fix some configuration issues when RTC_ALARM is disabled

This commit is contained in:
Gregory Nutt 2016-04-04 09:24:27 -06:00
parent bb09dc30a4
commit dc71a47df6
2 changed files with 2 additions and 1 deletions

2
arch

@ -1 +1 @@
Subproject commit a0f2a6a7955496da386ae7576fbc6e522116644f
Subproject commit 375f7f50f17319df14fa1a3095a74bdcd853cca0

View file

@ -73,6 +73,7 @@ config RTC_ALARM
config RTC_NALARMS
int "Number of alarms"
default 1
depends on RTC_ALARM
---help---
Number of alarms supported by the hardware.