File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed
Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ export CONFIG_LINUX_VERSION=5.10.5
66CONFIG_COREBOOT_CONFIG=config/coreboot-x220.config
77CONFIG_LINUX_CONFIG=config/linux-x230-legacy.config
88
9+ #Additional hardware support
10+ CONFIG_LINUX_USB=y
11+ CONFIG_LINUX_E1000E=y
12+
913CONFIG_CRYPTSETUP2=y
1014CONFIG_FLASHROM=y
1115CONFIG_FLASHTOOLS=y
@@ -15,18 +19,37 @@ CONFIG_UTIL_LINUX=y
1519CONFIG_LVM2=y
1620CONFIG_MBEDTLS=y
1721CONFIG_PCIUTILS=y
22+
23+ #platform locking finalization (PR0)
24+ CONFIG_IO386=y
25+ export CONFIG_FINALIZE_PLATFORM_LOCKING_PRESKYLAKE=y
26+
27+
28+ #Remote attestation support
29+ #TPM based requirements
30+ export CONFIG_TPM=y
1831CONFIG_POPT=y
1932CONFIG_QRENCODE=y
2033CONFIG_TPMTOTP=y
21- CONFIG_DROPBEAR=n
34+ #HOTP based remote attestation for supported USB Security dongle
35+ #With/Without TPM support
36+ #CONFIG_HOTPKEY=y
37+
38+ #Nitrokey Storage admin tool
39+ CONFIG_NKSTORECLI=n
2240
41+ #GUI Support
42+ #Console based Whiptail support(Console based, no FB):
43+ #CONFIG_SLANG=y
44+ #CONFIG_NEWT=y
45+ #FBWhiptail based (Graphical):
2346CONFIG_CAIRO=y
2447CONFIG_FBWHIPTAIL=y
2548
26- CONFIG_LINUX_USB=y
27- CONFIG_LINUX_E1000E=y
49+ #Additional tools:
50+ #SSH server (requires ethernet drivers, eg: CONFIG_LINUX_E1000E)
51+ CONFIG_DROPBEAR=n
2852
29- export CONFIG_TPM=y
3053export CONFIG_BOOTSCRIPT=/bin/gui-init
3154export CONFIG_BOOT_REQ_HASH=n
3255export CONFIG_BOOT_REQ_ROLLBACK=n
You can’t perform that action at this time.
0 commit comments