summaryrefslogtreecommitdiff
path: root/nuttx/drivers/timers/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-25 07:22:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-25 07:22:58 -0600
commit83bb4ede6652944d738d9fa865b68c2fc0acc470 (patch)
tree2ec43a2b03f335df079394e7699161e6086d9e79 /nuttx/drivers/timers/Kconfig
parent57113a3ec8c4938b1fc5abac692f8c504285a428 (diff)
downloadnuttx-83bb4ede6652944d738d9fa865b68c2fc0acc470.tar.gz
nuttx-83bb4ede6652944d738d9fa865b68c2fc0acc470.tar.bz2
nuttx-83bb4ede6652944d738d9fa865b68c2fc0acc470.zip
Refresh configuration
Diffstat (limited to 'nuttx/drivers/timers/Kconfig')
-rw-r--r--nuttx/drivers/timers/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/drivers/timers/Kconfig b/nuttx/drivers/timers/Kconfig
index ee4698d88..5e918b65b 100644
--- a/nuttx/drivers/timers/Kconfig
+++ b/nuttx/drivers/timers/Kconfig
@@ -61,6 +61,13 @@ config RTC_FREQUENCY
endif # !RTC_DATETIME
+config RTC_ALARM
+ bool "RTC Alarm Support"
+ default n
+ ---help---
+ Enable if the RTC hardware supports setting of an alarm. A callback
+ function will be executed when the alarm goes off.
+
config RTC_DRIVER
bool "RTC Driver Support"
default n
@@ -71,13 +78,6 @@ config RTC_DRIVER
if RTC_DRIVER
-config RTC_ALARM
- bool "RTC Alarm Support"
- default n
- ---help---
- Enable if the RTC hardware supports setting of an alarm. A callback
- function will be executed when the alarm goes off.
-
config RTC_PERIODIC
bool "RTC Periodic Interrupts"
default n