We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5f61e commit aad0461Copy full SHA for aad0461
boards/omnigul/omnigul.config
@@ -11,10 +11,10 @@ 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
+export CONFIG_TPM2_CAPTURE_PCAP=y
18
19
#On-demand hardware support (modules.cpio)
20
CONFIG_LINUX_USB=y
0 commit comments