aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/acpi
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/acpi')
-rw-r--r--src/soc/intel/braswell/acpi/lpc.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/acpi/lpc.asl b/src/soc/intel/braswell/acpi/lpc.asl
index bf0ba4b698..e6b8cc9390 100644
--- a/src/soc/intel/braswell/acpi/lpc.asl
+++ b/src/soc/intel/braswell/acpi/lpc.asl
@@ -138,7 +138,7 @@ Device (LPCB)
/* Include mainboard's superio.asl file. */
#include "acpi/superio.asl"
-#ifdef ENABLE_TPM
+#if IS_ENABLED(CONFIG_LPC_TPM)
Device (TPM) /* Trusted Platform Module */
{
Name(_HID, EISAID("IFX0102"))