From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69D971396DA for ; Tue, 21 Nov 2017 05:40:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54E32E0DFF; Tue, 21 Nov 2017 05:40:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 332C0E0DFF for ; Tue, 21 Nov 2017 05:40:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5320433C770 for ; Tue, 21 Nov 2017 05:40:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8239CA228 for ; Tue, 21 Nov 2017 05:40:03 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1511242214.8f2cfaf3eb6258fa577f0280b876951e8c34fe08.prometheanfire@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/weekly/kconfig/amd64/ X-VCS-Repository: proj/releng X-VCS-Files: releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config X-VCS-Directories: releases/weekly/kconfig/amd64/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 8f2cfaf3eb6258fa577f0280b876951e8c34fe08 X-VCS-Branch: master Date: Tue, 21 Nov 2017 05:40:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2188e3c5-f8ce-46c9-9592-eecbc8ef0d18 X-Archives-Hash: 4dd740b007e39c6840496c4d3f584fe3 commit: 8f2cfaf3eb6258fa577f0280b876951e8c34fe08 Author: Matthew Thode mthode org> AuthorDate: Tue Nov 21 05:30:14 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Nov 21 05:30:14 2017 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=8f2cfaf3 update gentoo cloud-kernel config releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config b/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config index 2c73a4ef..8ca8bde5 100644 --- a/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config +++ b/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config @@ -322,8 +322,8 @@ CONFIG_MODULE_SIG_ALL=y CONFIG_MODULE_SIG_SHA512=y CONFIG_MODULE_SIG_HASH="sha512" CONFIG_MODULE_COMPRESS=y -# CONFIG_MODULE_COMPRESS_GZIP is not set -CONFIG_MODULE_COMPRESS_XZ=y +CONFIG_MODULE_COMPRESS_GZIP=y +CONFIG_MODULE_COMPRESS_XZ=n CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y CONFIG_BLK_DEV_BSG=y @@ -458,7 +458,7 @@ CONFIG_X86_16BIT=y CONFIG_X86_ESPFIX64=y CONFIG_X86_VSYSCALL_EMULATION=y # CONFIG_I8K is not set -CONFIG_MICROCODE=m +CONFIG_MICROCODE=y CONFIG_MICROCODE_INTEL=y CONFIG_MICROCODE_AMD=y CONFIG_MICROCODE_OLD_INTERFACE=y @@ -624,7 +624,7 @@ CONFIG_HAVE_ACPI_APEI_NMI=y # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_GOV_COMMON=y -CONFIG_CPU_FREQ_STAT=m +CONFIG_CPU_FREQ_STAT=y # CONFIG_CPU_FREQ_STAT_DETAILS is not set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set