Skip to content

Commit

Permalink
kernel: config: add symbol introduced with 6.1.81
Browse files Browse the repository at this point in the history
Add CONFIG_EFI_HANDOVER_PROTOCOL=y to the default config[1] and disable CONFIG_NFSD_V2

1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.1.81&id2=v6.1.80

Signed-off-by: John Audia <[email protected]>
  • Loading branch information
graysky2 authored and hauke committed Mar 11, 2024
1 parent dd02da5 commit d841286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions target/linux/generic/config-6.1
Original file line number Diff line number Diff line change
Expand Up @@ -4437,6 +4437,7 @@ CONFIG_NFS_COMMON=y
# CONFIG_NFS_FSCACHE is not set
# CONFIG_NFS_SWAP is not set
# CONFIG_NFS_V2 is not set
# CONFIG_NFSD_V2 is not set
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
Expand Down
1 change: 1 addition & 0 deletions target/linux/x86/config-6.1
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ CONFIG_EARLY_PRINTK=y
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
# CONFIG_EDD is not set
CONFIG_EFI_HANDOVER_PROTOCOL=y
# CONFIG_EISA is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_EXAR_WDT is not set
Expand Down

0 comments on commit d841286

Please sign in to comment.