diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/elkhartlake/chip.h | 2 | ||||
-rw-r--r-- | src/soc/intel/tigerlake/chip.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/elkhartlake/chip.h b/src/soc/intel/elkhartlake/chip.h index e3a23b2af3..061621cc3e 100644 --- a/src/soc/intel/elkhartlake/chip.h +++ b/src/soc/intel/elkhartlake/chip.h @@ -130,7 +130,7 @@ struct soc_intel_elkhartlake_config { /* Enable S0iX support */ bool s0ix_enable; /* Enable DPTF support */ - int dptf_enable; + bool dptf_enable; /* Deep SX enable for both AC and DC */ int deep_s3_enable_ac; diff --git a/src/soc/intel/tigerlake/chip.h b/src/soc/intel/tigerlake/chip.h index 630317a645..f0cecb3fa7 100644 --- a/src/soc/intel/tigerlake/chip.h +++ b/src/soc/intel/tigerlake/chip.h @@ -149,7 +149,7 @@ struct soc_intel_tigerlake_config { uint8_t TcssD3HotDisable; /* Enable DPTF support */ - int dptf_enable; + bool dptf_enable; /* Deep SX enable for both AC and DC */ int deep_s3_enable_ac; |