Skip to content

Commit 3da1661

Browse files
Alex Stewartgratian
authored andcommitted
nati_x86_64_defconfig: enable additional TPM modules
Enable more UEFI/TPM kconfigs that are necessary to support userspace interactions with TPM2 devices. Of particular importance: * CONFIG_BLK_DEV_DM - Driver support for DeviceMapper block devices. * CONFIG_DM_CRYPT - Driver support for encrypted DeviceMapper devices (LUKS). * CONFIG_EFI_STUB - Allows the kernel to collect TPM measurement logs from the EFI store. * CONFIG_DAX - Direct Access to Differenated memory. Necessary dependency of DeviceMapper. Signed-off-by: Alex Stewart <alex.stewart@emerson.com>
1 parent 0fbe29e commit 3da1661

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

arch/x86/configs/nati_x86_64_defconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ CONFIG_NUMA=y
5353
# CONFIG_AMD_NUMA is not set
5454
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
5555
CONFIG_EFI=y
56+
CONFIG_EFI_STUB=y
5657
CONFIG_HZ_100=y
5758
# CONFIG_MODIFY_LDT_SYSCALL is not set
5859
# CONFIG_SUSPEND is not set
@@ -316,8 +317,8 @@ CONFIG_ATA_PIIX=y
316317
CONFIG_SATA_MV=m
317318
CONFIG_SATA_SIL=m
318319
CONFIG_MD=y
319-
CONFIG_BLK_DEV_DM=m
320-
CONFIG_DM_CRYPT=m
320+
CONFIG_BLK_DEV_DM=y
321+
CONFIG_DM_CRYPT=y
321322
CONFIG_DM_RAID=m
322323
CONFIG_FIREWIRE=m
323324
CONFIG_FIREWIRE_OHCI=m
@@ -546,7 +547,7 @@ CONFIG_IRQ_REMAP=y
546547
CONFIG_NTB=y
547548
CONFIG_NTB_SWITCHTEC=y
548549
CONFIG_USB4=m
549-
CONFIG_DAX=m
550+
CONFIG_DAX=y
550551
CONFIG_EXT2_FS=y
551552
CONFIG_EXT2_FS_XATTR=y
552553
CONFIG_EXT2_FS_POSIX_ACL=y
@@ -593,7 +594,6 @@ CONFIG_CRYPTO_PCRYPT=m
593594
CONFIG_CRYPTO_CRYPTD=y
594595
CONFIG_CRYPTO_AES=y
595596
CONFIG_CRYPTO_ARC4=m
596-
CONFIG_CRYPTO_CBC=y
597597
CONFIG_CRYPTO_LRW=y
598598
CONFIG_CRYPTO_XTS=y
599599
CONFIG_CRYPTO_HMAC=y

0 commit comments

Comments
 (0)