diff options
Diffstat (limited to 'src/soc/intel/pantherlake/acpi')
-rw-r--r-- | src/soc/intel/pantherlake/acpi/southbridge.asl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/soc/intel/pantherlake/acpi/southbridge.asl b/src/soc/intel/pantherlake/acpi/southbridge.asl index 219a971975..c047a71b8c 100644 --- a/src/soc/intel/pantherlake/acpi/southbridge.asl +++ b/src/soc/intel/pantherlake/acpi/southbridge.asl @@ -49,6 +49,8 @@ #include <soc/intel/common/block/acpi/acpi/pch_glan.asl> /* UFS 0:17:0 */ -/* TODO: Add ufs.asl entry for PTL-U SKU */ +#if CONFIG(SOC_INTEL_PANTHERLAKE_U_H) +#include <soc/intel/common/block/acpi/acpi/ufs.asl> +#endif #endif |