We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f459a0 commit 7388cabCopy full SHA for 7388cab
boards/omnigul/omnigul.config
@@ -11,11 +11,15 @@ CONFIG_COREBOOT_CONFIG=config/coreboot-omnigul.config
11
CONFIG_LINUX_CONFIG=config/linux-omnigul.config
12
13
#Enable DEBUG output
14
-#export CONFIG_DEBUG_OUTPUT=y
15
-#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
+export CONFIG_DEBUG_OUTPUT=y
+export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y
16
#Enable TPM2 pcap output under /tmp
17
#export CONFIG_TPM2_CAPTURE_PCAP=y
18
19
+# Since the TPM 2.0 implementation in the CR50 is not complete
20
+# we are disabling TPM Disk Unlock
21
+CONFIG_TPM_NO_LUKS_DISK_UNLOCK=y
22
+
23
#On-demand hardware support (modules.cpio)
24
CONFIG_LINUX_USB=y
25
CONFIG_LINUX_E1000=n
0 commit comments