blob: 1dd25da9cd461d3c034ca97194fb764abe12d6e0 [file] [log] [blame]
#
# Copyright 2015 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Use -fstack-protector-strong for best stack canary coverage.
CONFIG_CC_STACKPROTECTOR_STRONG=y
# For sched_tunable_scaling.
CONFIG_SMP=y
# For sched_latency_ns, sched_wakeup_granularity_ns.
CONFIG_SCHED_DEBUG=y
# For /dev/cpuctl.
CONFIG_CGROUPS=y
CONFIG_CGROUP_DEBUG=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_CGROUP_SCHED=y
# For /dev/cpuctl/cpu.shares.
CONFIG_FAIR_GROUP_SCHED=y
# For /dev/cpuctl/cpu.rt_period_us.
CONFIG_RT_GROUP_SCHED=y