File tree 1 file changed +27
-4
lines changed
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
6
6
CONFIG_COREBOOT_CONFIG=config/coreboot-x220.config
7
7
CONFIG_LINUX_CONFIG=config/linux-x230-legacy.config
8
8
9
+ #Additional hardware support
10
+ CONFIG_LINUX_USB=y
11
+ CONFIG_LINUX_E1000E=y
12
+
9
13
CONFIG_CRYPTSETUP2=y
10
14
CONFIG_FLASHROM=y
11
15
CONFIG_FLASHTOOLS=y
@@ -15,18 +19,37 @@ CONFIG_UTIL_LINUX=y
15
19
CONFIG_LVM2=y
16
20
CONFIG_MBEDTLS=y
17
21
CONFIG_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
18
31
CONFIG_POPT=y
19
32
CONFIG_QRENCODE=y
20
33
CONFIG_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
22
40
41
+ #GUI Support
42
+ #Console based Whiptail support(Console based, no FB):
43
+ #CONFIG_SLANG=y
44
+ #CONFIG_NEWT=y
45
+ #FBWhiptail based (Graphical):
23
46
CONFIG_CAIRO=y
24
47
CONFIG_FBWHIPTAIL=y
25
48
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
28
52
29
- export CONFIG_TPM=y
30
53
export CONFIG_BOOTSCRIPT=/bin/gui-init
31
54
export CONFIG_BOOT_REQ_HASH=n
32
55
export CONFIG_BOOT_REQ_ROLLBACK=n
You can’t perform that action at this time.
0 commit comments