[linux] 07/11: [rt] Clean up kconfig with kconfigeditor2
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Jun 4 02:04:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit 8b4f995faad170959b1dacf438c9682107d80aca
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Sun Jun 4 02:14:20 2017 +0100
[rt] Clean up kconfig with kconfigeditor2
---
debian/config/featureset-rt/config | 28 +++++++++++++++++++++++-----
1 file changed, 23 insertions(+), 5 deletions(-)
diff --git a/debian/config/featureset-rt/config b/debian/config/featureset-rt/config
index 263da48..f7f823e 100644
--- a/debian/config/featureset-rt/config
+++ b/debian/config/featureset-rt/config
@@ -1,9 +1,27 @@
+##
+## file: certs/Kconfig
+##
+#. Certificate paths are resolved relative to debian/build/source_rt
+CONFIG_SYSTEM_TRUSTED_KEYS="../../certs/benh at debian.org.cert.pem"
+
+##
+## file: init/Kconfig
+##
+CONFIG_RCU_EXPERT=y
+
+##
+## file: kernel/Kconfig.preempt
+##
+## choice: Preemption Model
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT_RT_FULL=y
+## end choice
+
+##
+## file: kernel/trace/Kconfig
+##
CONFIG_SCHED_TRACER=y
-CONFIG_MISSED_TIMER_OFFSETS_HIST=y
-CONFIG_WAKEUP_LATENCY_HIST=y
-CONFIG_RCU_EXPERT=y
-#. Certificate paths are resolved relative to debian/build/source_rt
-CONFIG_SYSTEM_TRUSTED_KEYS="../../certs/benh at debian.org.cert.pem"
CONFIG_HWLAT_TRACER=y
+CONFIG_WAKEUP_LATENCY_HIST=y
+CONFIG_MISSED_TIMER_OFFSETS_HIST=y
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list