summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2014-12-08 11:56:11 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2015-01-15 13:38:06 +0100
commitadd100b5ae3985f023a9e6e7fd3e98d6ee504cf0 (patch)
treed875104769aacb5e0b7b485e6f1cb40df35233fa
parent3501a9b19f195086febe6288782f78f0753e4b09 (diff)
Default IRQ_TIMINGS to 'yes'
-rw-r--r--kernel/irq/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index 0ab648bb85b1..3a134b685552 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -103,5 +103,6 @@ config SPARSE_IRQ
# Support for IRQ timing stats and prediction, mainly for cpuidle usage
config IRQ_TIMINGS
bool
+ default y
endmenu