summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-06 14:38:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-06 14:38:19 -0600
commit83099864f26724adda0ccfacdc1a865f741cdfe3 (patch)
tree1b6ab5610f496be0ea25ad12da631097b5ccbf1b /nuttx/Kconfig
parentb222a64da552c75cad23b6215088c72eb3343a61 (diff)
downloadpx4-nuttx-83099864f26724adda0ccfacdc1a865f741cdfe3.tar.gz
px4-nuttx-83099864f26724adda0ccfacdc1a865f741cdfe3.tar.bz2
px4-nuttx-83099864f26724adda0ccfacdc1a865f741cdfe3.zip
SAMA5D3x-EK: Add support board-specific PWM testing
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 164324bb0..7ea297a4e 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -490,6 +490,15 @@ config DEBUG_CAN
Support for this debug option is architecture-specific and may not
be available for some MCUs.
+config DEBUG_PWM
+ bool "PWM Debug Output"
+ default n
+ depends on PWM
+ ---help---
+ Enable PWM 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_SDIO
bool "SDIO Debug Output"
default n