From 7706316a89ac3a21261a9e558e439731f674802c Mon Sep 17 00:00:00 2001 From: ArdaFu Date: Fri, 3 Nov 2017 11:11:43 +0800 Subject: [PATCH] [src]Add missing key RT_USING_INTERRUPT_INFO --- src/KConfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/KConfig b/src/KConfig index 1d50c0865a..7e18cfeb69 100644 --- a/src/KConfig +++ b/src/KConfig @@ -49,6 +49,11 @@ config RT_DEBUG_THREAD help print the switch to/from thread name when each thread context switch +config RT_USING_INTERRUPT_INFO + bool "Enable additional interrupt trace information" + default n + help + Add name and counter information for interrupt trace. endif config RT_USING_HOOK