Skip to content

Commit 9943f59

Browse files
committed
DLPX-XXXXX LTS 24.04: enable necessary EFI kernel config options
1 parent 0b36681 commit 9943f59

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

resources/delphix_kernel_annotations

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
# ARCH: amd64
44
# FLAVOUR: amd64-aws amd64-azure amd64-generic amd64-gcp amd64-oracle
55

6+
#
7+
# Enable various "efi" modules that we need.
8+
#
9+
CONFIG_FB_EFI policy<{'amd64': 'y', 'arm64': 'n'}>
10+
CONFIG_FRAMEBUFFER_CONSOLE policy<{'amd64': 'y', 'arm64': 'n'}>
11+
CONFIG_EFI policy<{'amd64': 'y', 'arm64': 'n'}>
12+
CONFIG_EFIVAR_FS policy<{'amd64': 'y', 'arm64': 'n'}>
13+
614
#
715
# Disable various "net" modules which we don't use.
816
#
@@ -32,7 +40,6 @@ CONFIG_CONNECTOR policy<{'amd64': 'n', 'arm64': '
3240
CONFIG_DAX policy<{'amd64': 'n', 'arm64': 'n'}>
3341
CONFIG_EISA policy<{'amd64': 'n', 'arm64': 'n'}>
3442
CONFIG_EXTCON policy<{'amd64': 'n', 'arm64': 'n'}>
35-
CONFIG_FB policy<{'amd64': 'n', 'arm64': 'n'}>
3643
CONFIG_FPGA policy<{'amd64': 'n', 'arm64': 'n'}>
3744
CONFIG_FSI policy<{'amd64': 'n', 'arm64': 'n'}>
3845
CONFIG_GNSS policy<{'amd64': 'n', 'arm64': 'n'}>

0 commit comments

Comments
 (0)