kernel/configs
Paul Bolle 3e4010f25e 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
    [...]⚠️ override: VIRT_CPU_ACCOUNTING_NATIVE changes choice state

24 times and
    [...]⚠️ 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>
2018-11-15 13:44:46 -08:00
..
fedora configs: correct cpu accounting configuration 2018-11-15 13:44:46 -08:00
build_configs.sh Drop PPC64 (Big Endian) configs 2018-08-15 21:29:12 +01:00
config_generation Drop i686-PAE configuration generation 2018-09-17 10:52:49 -04:00
merge.pl Change method of configuration generation 2016-12-06 12:07:10 -08:00
process_configs.sh Linux v4.20-rc1 2018-11-05 10:19:40 -06:00