[rt] Clean up configuration using kconfigeditor2

This commit is contained in:
Ben Hutchings 2017-11-23 01:03:25 +00:00
parent b979dd72a4
commit d898523197
1 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,6 @@
#. Certificate paths are resolved relative to debian/build/source_rt #. Certificate paths are resolved relative to debian/build/source_rt
CONFIG_SYSTEM_TRUSTED_KEYS="../../certs/benh@debian.org.cert.pem" CONFIG_SYSTEM_TRUSTED_KEYS="../../certs/benh@debian.org.cert.pem"
##
## file: init/Kconfig
##
CONFIG_RCU_EXPERT=y
## ##
## file: kernel/Kconfig.preempt ## file: kernel/Kconfig.preempt
## ##
@ -17,6 +12,11 @@ CONFIG_RCU_EXPERT=y
CONFIG_PREEMPT_RT_FULL=y CONFIG_PREEMPT_RT_FULL=y
## end choice ## end choice
##
## file: kernel/rcu/Kconfig
##
CONFIG_RCU_EXPERT=y
## ##
## file: kernel/trace/Kconfig ## file: kernel/trace/Kconfig
## ##