summaryrefslogtreecommitdiffstats
path: root/kernel-armv7hl-lpae.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:33:50 -0500
commit9ee899f8f633ca6a37eb1c392684c87b275ac1ac (patch)
tree43e14414a7b2d8c00aed2425cd7370d3c89261d7 /kernel-armv7hl-lpae.config
parent3609aa8ae844885a09dad7a7bb238195822a8305 (diff)
downloadkernel-9ee899f8f633ca6a37eb1c392684c87b275ac1ac.tar.gz
kernel-9ee899f8f633ca6a37eb1c392684c87b275ac1ac.tar.xz
kernel-9ee899f8f633ca6a37eb1c392684c87b275ac1ac.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-armv7hl-lpae.config')
-rw-r--r--kernel-armv7hl-lpae.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config
index 0e6a91bd0..ecdaa09d7 100644
--- a/kernel-armv7hl-lpae.config
+++ b/kernel-armv7hl-lpae.config
@@ -6998,7 +6998,7 @@ CONFIG_VIDEO_ZORAN_LML33R10=m
CONFIG_VIDEO_ZORAN_ZR36060=m
# 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