[src]Add missing key RT_USING_INTERRUPT_INFO

This commit is contained in:
ArdaFu 2017-11-03 11:11:43 +08:00
parent 1cdaf60159
commit 7706316a89
1 changed files with 5 additions and 0 deletions

View File

@ -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