From 95ecd160a3c4321d8ebbdf623af49cbebcda8711 Mon Sep 17 00:00:00 2001 From: Animesh Sahu Date: Fri, 19 Nov 2021 15:38:53 +0530 Subject: [PATCH] linux5.15: add amd-pmc module (s2idle|laptop) --- srcpkgs/linux5.15/files/x86_64-dotconfig | 4 ++-- srcpkgs/linux5.15/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/linux5.15/files/x86_64-dotconfig b/srcpkgs/linux5.15/files/x86_64-dotconfig index 2f828640fa45..12ebfc8846ee 100644 --- a/srcpkgs/linux5.15/files/x86_64-dotconfig +++ b/srcpkgs/linux5.15/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 5.15.2 Kernel Configuration +# Linux/x86_64 5.15.3 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.1 20201203" CONFIG_CC_IS_GCC=y @@ -8262,7 +8262,7 @@ CONFIG_GIGABYTE_WMI=m CONFIG_ACERHDF=m # CONFIG_ACER_WIRELESS is not set CONFIG_ACER_WMI=m -# CONFIG_AMD_PMC is not set +CONFIG_AMD_PMC=m CONFIG_ADV_SWBUTTON=m CONFIG_APPLE_GMUX=m CONFIG_ASUS_LAPTOP=m diff --git a/srcpkgs/linux5.15/template b/srcpkgs/linux5.15/template index 68ae0f465428..40ac0f8b1dfc 100644 --- a/srcpkgs/linux5.15/template +++ b/srcpkgs/linux5.15/template @@ -1,7 +1,7 @@ # Template file for 'linux5.15' pkgname=linux5.15 version=5.15.3 -revision=1 +revision=2 wrksrc="linux-${version%.*}" short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Leah Neukirchen "