diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/braswell/acpi/dptf/dptf.asl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/soc/intel/braswell/acpi/dptf/dptf.asl b/src/soc/intel/braswell/acpi/dptf/dptf.asl index f8d8347ac8..686a719eea 100644 --- a/src/soc/intel/braswell/acpi/dptf/dptf.asl +++ b/src/soc/intel/braswell/acpi/dptf/dptf.asl @@ -1,4 +1,3 @@ - Device (DPTF) { Name (_HID, EISAID ("INT3400")) @@ -75,7 +74,12 @@ Device (DPTF) #include "charger.asl" #endif - /* Include Network Participants */ + /* Include Network Participants */ +#ifdef DPTF_ENABLE_WIFI #include "wifi.asl" +#endif + +#ifdef DPTF_ENABLE_WWAN #include "wwan.asl" +#endif } |