summaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/jasperlake/chip.h')
-rw-r--r--src/soc/intel/jasperlake/chip.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/soc/intel/jasperlake/chip.h b/src/soc/intel/jasperlake/chip.h
index 6e52efded3..c25ccbf6fe 100644
--- a/src/soc/intel/jasperlake/chip.h
+++ b/src/soc/intel/jasperlake/chip.h
@@ -199,10 +199,7 @@ struct soc_intel_jasperlake_config {
uint8_t pch_isclk;
/* CNVi BT Audio Offload: Enable/Disable BT Audio Offload. */
- enum {
- FORCE_DISABLE,
- FORCE_ENABLE,
- } CnviBtAudioOffload;
+ bool CnviBtAudioOffload;
/* Tcss */
uint8_t TcssXhciEn;