diff options
Diffstat (limited to 'src/mainboard/google/cyan/acpi')
-rw-r--r-- | src/mainboard/google/cyan/acpi/dptf.asl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/cyan/acpi/dptf.asl b/src/mainboard/google/cyan/acpi/dptf.asl index 3ecb040440..dd6bb6852b 100644 --- a/src/mainboard/google/cyan/acpi/dptf.asl +++ b/src/mainboard/google/cyan/acpi/dptf.asl @@ -3,6 +3,7 @@ * * Copyright (C) 2012 Google Inc. * Copyright (C) 2015 Intel Corp. + * Copyright (C) 2018 Eltan B.V. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,6 +15,8 @@ * GNU General Public License for more details. */ +#define HAVE_THERM_EVENT_HANDLER + /* Include Variant DPTF */ #include <variant/acpi/dptf.asl> |