summaryrefslogtreecommitdiffstats
path: root/kernel-aarch64.config
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2018-11-13 17:57:19 +0100
committerJeremy Cline <jcline@redhat.com>2018-11-30 10:28:14 -0500
commit82728cc6ce63e496336e440cc1280cc7bcc426d2 (patch)
tree83b02662802771da2ea8bc1371ff1e3d951342bb /kernel-aarch64.config
parent409190f659c48877c011fa24dab678b4b7f88fd9 (diff)
downloadkernel-82728cc6ce63e496336e440cc1280cc7bcc426d2.tar.gz
kernel-82728cc6ce63e496336e440cc1280cc7bcc426d2.tar.xz
kernel-82728cc6ce63e496336e440cc1280cc7bcc426d2.zip
configs: correct cpu accounting configuration
The shipped .config files all have CONFIG_TICK_CPU_ACCOUNTING and CONFIG_VIRT_CPU_ACCOUNTING_NATIVE set. The x86_64 .config files additionaly have CONFIG_VIRT_CPU_ACCOUNTING_GEN set. This is wrong because each .config should have just one of these three set. As a result the build generates [...]:warning: override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state 24 times and [...]:warning: override: VIRT_CPU_ACCOUNTING_GEN changes choice state 4 times. So let's make sure the shipped .config files only have one of these three Kconfig macros set (ie, the one that's relevant for that .config target). Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Diffstat (limited to 'kernel-aarch64.config')
-rw-r--r--kernel-aarch64.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-aarch64.config b/kernel-aarch64.config
index d6a8f08ae..3931a0258 100644
--- a/kernel-aarch64.config
+++ b/kernel-aarch64.config
@@ -6931,7 +6931,7 @@ CONFIG_VIDEO_V4L2_SUBDEV_API=y
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIPERBOARD_ADC is not set
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
-CONFIG_VIRT_CPU_ACCOUNTING_NATIVE=y
+# CONFIG_VIRT_CPU_ACCOUNTING_NATIVE is not set
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO_BALLOON=m
CONFIG_VIRTIO_BLK=m