summaryrefslogtreecommitdiff
path: root/nuttx/drivers/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-22 15:47:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-22 15:47:52 -0600
commit64aa8aa31a0c9c425996e1f6a1d6c4137ff5cb23 (patch)
tree679f85db3541f2c780824ade3506deb65795270c /nuttx/drivers/Kconfig
parent7be7e670323816f671e6bed7ec282251754602b3 (diff)
downloadnuttx-64aa8aa31a0c9c425996e1f6a1d6c4137ff5cb23.tar.gz
nuttx-64aa8aa31a0c9c425996e1f6a1d6c4137ff5cb23.tar.bz2
nuttx-64aa8aa31a0c9c425996e1f6a1d6c4137ff5cb23.zip
SAMA5 CAN: Driver is now code complete but still untested
Diffstat (limited to 'nuttx/drivers/Kconfig')
-rw-r--r--nuttx/drivers/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/drivers/Kconfig b/nuttx/drivers/Kconfig
index 2f022b8d5..c10fb063e 100644
--- a/nuttx/drivers/Kconfig
+++ b/nuttx/drivers/Kconfig
@@ -22,7 +22,7 @@ config DEV_ZERO
config ARCH_HAVE_RNG
bool
-config DEV_RANDOM
+config DEV_RANDOM
bool "Enable /dev/random"
default n
depends on ARCH_HAVE_RNG
@@ -71,7 +71,7 @@ config CAN_NPENDINGRTR
The size of the list of pending RTR requests. Default: 4
config CAN_LOOPBACK
- bool "CAN extended IDs"
+ bool "CAN loopback mode"
default n
---help---
A CAN driver may or may not support a loopback mode for testing. If the
@@ -202,7 +202,7 @@ config RTC_FREQUENCY
must be provided. If RTC_HIRES is not defined, RTC_FREQUENCY is
assumed to be one Hz.
-config RTC_ALARM
+config RTC_ALARM
bool "RTC Alarm Support"
default n
depends on RTC