mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
linux6.2: enable CONFIG_EFI_HANDOVER_PROTOCOL on x86_64
fixes #42566 closes #43552
This commit is contained in:
parent
59c0239a61
commit
1f47417ac6
2 changed files with 2 additions and 2 deletions
|
@ -475,7 +475,7 @@ CONFIG_X86_INTEL_TSX_MODE_OFF=y
|
||||||
# CONFIG_X86_SGX is not set
|
# CONFIG_X86_SGX is not set
|
||||||
CONFIG_EFI=y
|
CONFIG_EFI=y
|
||||||
CONFIG_EFI_STUB=y
|
CONFIG_EFI_STUB=y
|
||||||
# CONFIG_EFI_HANDOVER_PROTOCOL is not set
|
CONFIG_EFI_HANDOVER_PROTOCOL=y
|
||||||
CONFIG_EFI_MIXED=y
|
CONFIG_EFI_MIXED=y
|
||||||
# CONFIG_EFI_FAKE_MEMMAP is not set
|
# CONFIG_EFI_FAKE_MEMMAP is not set
|
||||||
CONFIG_EFI_RUNTIME_MAP=y
|
CONFIG_EFI_RUNTIME_MAP=y
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux6.2'
|
# Template file for 'linux6.2'
|
||||||
pkgname=linux6.2
|
pkgname=linux6.2
|
||||||
version=6.2.11
|
version=6.2.11
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Linux kernel and modules (${version%.*} series)"
|
short_desc="Linux kernel and modules (${version%.*} series)"
|
||||||
maintainer="John <me@johnnynator.dev>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue