summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-19 10:35:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-19 10:35:01 -0600
commit5bd22ff09dbb97d2766573cb1ad6bb87d5856388 (patch)
tree4bd7c141184e56857c8062036afcdabe571f621d /nuttx/Kconfig
parent000cd1ce6eb89cd19855959585f42cc353bebd8a (diff)
downloadnuttx-5bd22ff09dbb97d2766573cb1ad6bb87d5856388.tar.gz
nuttx-5bd22ff09dbb97d2766573cb1ad6bb87d5856388.tar.bz2
nuttx-5bd22ff09dbb97d2766573cb1ad6bb87d5856388.zip
Add CONFIG_DEBUG_RTC
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig27
1 files changed, 18 insertions, 9 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index e65ed56a8..15a9788d0 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -449,7 +449,7 @@ config DEBUG_ANALOG
---help---
Enable low level debug SYSLOG output from the analog device drivers
such as A/D and D/A converters (disabled by default). Support for
- this debug option is architecgture-specific and may not be available
+ this debug option is architecture-specific and may not be available
for some MCUs.
config DEBUG_I2C
@@ -458,7 +458,7 @@ config DEBUG_I2C
depends on I2C
---help---
Enable I2C driver debug SYSLOG output (disabled by default).
- Support for this debug option is architecgture-specific and may not
+ Support for this debug option is architecture-specific and may not
be available for some MCUs.
config DEBUG_SPI
@@ -467,7 +467,7 @@ config DEBUG_SPI
depends on SPI
---help---
Enable I2C driver debug SYSLOG output (disabled by default).
- Support for this debug option is architecgture-specific and may not
+ Support for this debug option is architecture-specific and may not
be available for some MCUs.
config DEBUG_CAN
@@ -476,7 +476,7 @@ config DEBUG_CAN
depends on CAN
---help---
Enable CAN driver debug SYSLOG output (disabled by default).
- Support for this debug option is architecgture-specific and may not
+ Support for this debug option is architecture-specific and may not
be available for some MCUs.
config DEBUG_SDIO
@@ -485,7 +485,7 @@ config DEBUG_SDIO
depends on MMCSD_SDIO
---help---
Enable SDIO driver debug SYSLOG output (disabled by default).
- Support for this debug option is architecgture-specific and may not
+ Support for this debug option is architecture-specific and may not
be available for some MCUs.
config DEBUG_GPIO
@@ -493,7 +493,7 @@ config DEBUG_GPIO
default n
---help---
Enable GPIO-releated debug SYSLOG output (disabled by default).
- Support for this debug option is architecgture-specific and may not
+ Support for this debug option is architecture-specific and may not
be available for some MCUs.
config DEBUG_DMA
@@ -502,7 +502,16 @@ config DEBUG_DMA
depends on ARCH_DMA
---help---
Enable DMA-releated debug SYSLOG output (disabled by default).
- Support for this debug option is architecgture-specific and may not
+ Support for this debug option is architecture-specific and may not
+ be available for some MCUs.
+
+config DEBUG_RTC
+ bool "RTC Debug Output"
+ default n
+ depends on RTC
+ ---help---
+ Enable RTC driver debug SYSLOG output (disabled by default).
+ Support for this debug option is architecture-specific and may not
be available for some MCUs.
config DEBUG_WATCHDOG
@@ -511,7 +520,7 @@ config DEBUG_WATCHDOG
depends on WATCHDOG
---help---
Enable watchdog timer debug SYSLOG output (disabled by default).
- Support for this debug option is architecgture-specific and may not
+ Support for this debug option is architecture-specific and may not
be available for some MCUs.
config DEBUG_AUDIO
@@ -520,7 +529,7 @@ config DEBUG_AUDIO
---help---
Enable low level debug SYSLOG output from the audio subsystem and
device drivers. (disabled by default). Support for this debug option
- is architecgture-specific and may not be available for some MCUs.
+ is architecture-specific and may not be available for some MCUs.
endif