summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-22 09:01:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-22 09:01:20 -0600
commit919fd1d3f93e7292da2b2a29a200f05b46886f06 (patch)
tree9556e73396200d8503560e5024b117b91e9ecc39 /nuttx/drivers/Kconfig
parent4c0502234f156d9d21bd7c6d20d1002908ef65ed (diff)
downloadpx4-nuttx-919fd1d3f93e7292da2b2a29a200f05b46886f06.tar.gz
px4-nuttx-919fd1d3f93e7292da2b2a29a200f05b46886f06.tar.bz2
px4-nuttx-919fd1d3f93e7292da2b2a29a200f05b46886f06.zip
Various SAM4S related fixes, mostely related to the timer driver driver and the SAM4S timer/counter. All from Bob Doisin
Diffstat (limited to 'nuttx/drivers/Kconfig')
-rw-r--r--nuttx/drivers/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig
index 329b4ddc0..5277873da 100644
--- a/nuttx/drivers/Kconfig
+++ b/nuttx/drivers/Kconfig
@@ -247,6 +247,14 @@ config WATCHDOG_DEVPATH
endif # WATCHDOG
+menuconfig TIMER
+ bool "Timer Support"
+ default n
+ ---help---
+ This selection enables building of the "upper-half" timer
+ driver. See include/nuttx/timer.h for further timer driver
+ information.
+
menuconfig ANALOG
bool "Analog Device(ADC/DAC) Support"
default n