Skip to content

Commit 572573f

Browse files
committed
x220 board: this is maximized coreboot config, legacy linux config
1 parent 107855f commit 572573f

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

boards/UNTESTED_x220/UNTESTED_x220.config

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ export CONFIG_LINUX_VERSION=5.10.5
66
CONFIG_COREBOOT_CONFIG=config/coreboot-x220.config
77
CONFIG_LINUX_CONFIG=config/linux-x230-legacy.config
88

9+
#Additional hardware support
10+
CONFIG_LINUX_USB=y
11+
CONFIG_LINUX_E1000E=y
12+
913
CONFIG_CRYPTSETUP2=y
1014
CONFIG_FLASHROM=y
1115
CONFIG_FLASHTOOLS=y
@@ -15,18 +19,37 @@ CONFIG_UTIL_LINUX=y
1519
CONFIG_LVM2=y
1620
CONFIG_MBEDTLS=y
1721
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
1831
CONFIG_POPT=y
1932
CONFIG_QRENCODE=y
2033
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
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):
2346
CONFIG_CAIRO=y
2447
CONFIG_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
3053
export CONFIG_BOOTSCRIPT=/bin/gui-init
3154
export CONFIG_BOOT_REQ_HASH=n
3255
export CONFIG_BOOT_REQ_ROLLBACK=n

0 commit comments

Comments
 (0)