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 54A5A138334 for ; Thu, 5 Dec 2019 23:52:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89AC5E093D; Thu, 5 Dec 2019 23:52:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8A584E0933 for ; Thu, 5 Dec 2019 23:52:14 +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 AB00334D811 for ; Thu, 5 Dec 2019 23:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F3FB8CD for ; Thu, 5 Dec 2019 23:52:12 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1575317712.271be211e4bbdad87c6daf3906d94076bea77504.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: arch/x86_64/ X-VCS-Repository: proj/genkernel X-VCS-Files: arch/x86_64/arch-config X-VCS-Directories: arch/x86_64/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 271be211e4bbdad87c6daf3906d94076bea77504 X-VCS-Branch: master Date: Thu, 5 Dec 2019 23:52:12 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8d8b559-966b-4f42-ab64-cb80fba86275 X-Archives-Hash: 7d2f646b44e452aafca361731128c920 commit: 271be211e4bbdad87c6daf3906d94076bea77504 Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Dec 2 20:15:12 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Dec 2 20:15:12 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=271be211 arch/x86_64/arch-config: Enable Intel Low Power Subsystem support in ACPI mode Signed-off-by: Thomas Deutschmann gentoo.org> arch/x86_64/arch-config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/x86_64/arch-config b/arch/x86_64/arch-config index 8a3e7e5..8ad62f9 100644 --- a/arch/x86_64/arch-config +++ b/arch/x86_64/arch-config @@ -96,6 +96,9 @@ CONFIG_XEN_MAX_DOMAIN_MEMORY=128 CONFIG_I2C_ISMT=m CONFIG_LPC_SCH=m CONFIG_LPC_ICH=m +CONFIG_MFD_INTEL_LPSS=m +CONFIG_MFD_INTEL_LPSS_ACPI=m +CONFIG_MFD_INTEL_LPSS_PCI=m CONFIG_GPIOLIB=y #CONFIG_MFD_SM501_GPIO is not set CONFIG_GPIO_SCH=m @@ -125,6 +128,7 @@ CONFIG_X86_X32=y CONFIG_COMPAT=y CONFIG_COMPAT_FOR_U64_ALIGNMENT=y CONFIG_X86_DEV_DMA_OPS=y +CONFIG_X86_INTEL_LPSS=y CONFIG_IOSF_MBI=m CONFIG_COMPAT_NETLINK_MESSAGES=y CONFIG_X86_MSR=m