linux6.2: enable CONFIG_EFI_HANDOVER_PROTOCOL on x86_64

fixes #42566
closes #43552
This commit is contained in:
classabbyamp 2023-04-20 14:13:02 -04:00 committed by John
parent 59c0239a61
commit 1f47417ac6
2 changed files with 2 additions and 2 deletions

View File

@ -475,7 +475,7 @@ CONFIG_X86_INTEL_TSX_MODE_OFF=y
# CONFIG_X86_SGX is not set
CONFIG_EFI=y
CONFIG_EFI_STUB=y
# CONFIG_EFI_HANDOVER_PROTOCOL is not set
CONFIG_EFI_HANDOVER_PROTOCOL=y
CONFIG_EFI_MIXED=y
# CONFIG_EFI_FAKE_MEMMAP is not set
CONFIG_EFI_RUNTIME_MAP=y

View File

@ -1,7 +1,7 @@
# Template file for 'linux6.2'
pkgname=linux6.2
version=6.2.11
revision=1
revision=2
short_desc="Linux kernel and modules (${version%.*} series)"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-only"