diff options
author | Dave Jones <davej@redhat.com> | 2013-07-12 11:50:09 -0400 |
---|---|---|
committer | Dave Jones <davej@redhat.com> | 2013-07-12 11:50:09 -0400 |
commit | 73e4f49352c74eeb2d0b951c47adf0b53278f84b (patch) | |
tree | eac48413046810c009a4fa07711565f327a9f81d /config-nodebug | |
parent | ae1356ac9fb7cb0774eaab42465bd3017328dbb3 (diff) | |
download | kernel-73e4f49352c74eeb2d0b951c47adf0b53278f84b.tar.gz kernel-73e4f49352c74eeb2d0b951c47adf0b53278f84b.tar.xz kernel-73e4f49352c74eeb2d0b951c47adf0b53278f84b.zip |
Disable LATENCYTOP/SCHEDSTATS in non-debug builds.
Diffstat (limited to 'config-nodebug')
-rw-r--r-- | config-nodebug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-nodebug b/config-nodebug index e61216b2f..5be9a942f 100644 --- a/config-nodebug +++ b/config-nodebug @@ -125,3 +125,7 @@ CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y # CONFIG_SPI_DEBUG is not set CONFIG_X86_DEBUG_STATIC_CPU_HAS=y + +CONFIG_SCHEDSTATS=y +CONFIG_LATENCYTOP=y + |