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 23B9F139694 for ; Sat, 1 Apr 2017 21:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A8E2E0BE4; Sat, 1 Apr 2017 21:51:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9529E0BE4 for ; Sat, 1 Apr 2017 21:51: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 80704341236 for ; Sat, 1 Apr 2017 21:51:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B23C471DC for ; Sat, 1 Apr 2017 21:51:10 +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: <1491083445.380e1b0d73918359e25a74694ff61e6a16ff1536.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 releases/weekly/kconfig/amd64/cloud-amd64-hardened.config X-VCS-Directories: releases/weekly/kconfig/amd64/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 380e1b0d73918359e25a74694ff61e6a16ff1536 X-VCS-Branch: master Date: Sat, 1 Apr 2017 21:51:10 +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: 51034093-fc6b-434e-97f0-f03423bcc478 X-Archives-Hash: 3d325786f194d04880d23e782295a67d commit: 380e1b0d73918359e25a74694ff61e6a16ff1536 Author: Matthew Thode mthode org> AuthorDate: Sat Apr 1 21:50:45 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Apr 1 21:50:45 2017 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=380e1b0d adding CONFIG_FW_CFG_SYSFS=y to cloud configs releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config | 1 + releases/weekly/kconfig/amd64/cloud-amd64-hardened.config | 1 + 2 files changed, 2 insertions(+) diff --git a/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config b/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config index 0b3a20d0..2c73a4ef 100644 --- a/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config +++ b/releases/weekly/kconfig/amd64/cloud-amd64-gentoo.config @@ -1331,6 +1331,7 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" +CONFIG_FW_CFG_SYSFS=y # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set CONFIG_ALLOW_DEV_COREDUMP=y # CONFIG_DEBUG_DRIVER is not set diff --git a/releases/weekly/kconfig/amd64/cloud-amd64-hardened.config b/releases/weekly/kconfig/amd64/cloud-amd64-hardened.config index f7b1b695..5163c4c9 100644 --- a/releases/weekly/kconfig/amd64/cloud-amd64-hardened.config +++ b/releases/weekly/kconfig/amd64/cloud-amd64-hardened.config @@ -1210,6 +1210,7 @@ CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" # CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set +CONFIG_FW_CFG_SYSFS=y CONFIG_ALLOW_DEV_COREDUMP=y # CONFIG_DEBUG_DRIVER is not set # CONFIG_DEBUG_DEVRES is not set