summaryrefslogtreecommitdiff
path: root/nuttx/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-22 11:21:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-22 11:21:19 -0600
commite0228166e8b2c70dcf85437bf201fd53beb81fdf (patch)
tree1fa8fa6b0a8ebdb5c417ae1941608b7d0b06403e /nuttx/Kconfig
parent350022ad4bbf8068b2f6ae5c4878fd51857f054b (diff)
downloadpx4-nuttx-e0228166e8b2c70dcf85437bf201fd53beb81fdf.tar.gz
px4-nuttx-e0228166e8b2c70dcf85437bf201fd53beb81fdf.tar.bz2
px4-nuttx-e0228166e8b2c70dcf85437bf201fd53beb81fdf.zip
Back out part of last change: Interrupt controller debug selection as already there
Diffstat (limited to 'nuttx/Kconfig')
-rw-r--r--nuttx/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/nuttx/Kconfig b/nuttx/Kconfig
index 3c7c86c9b..beb02405d 100644
--- a/nuttx/Kconfig
+++ b/nuttx/Kconfig
@@ -560,14 +560,6 @@ config DEBUG_AUDIO
device drivers. (disabled by default). Support for this debug option
is architecture-specific and may not be available for some MCUs.
-config DEBUG_IRQ
- bool "Interrupt Controller Debug Output"
- default n
- ---help---
- Enable debug SYSLOG output from logic that managers the interrupt
- control logic (disabled by default). Support for this debug option
- is architecture-specific and may not be available for some MCUs.
-
endif
config DEBUG_SYMBOLS