summaryrefslogtreecommitdiff
path: root/src/soc/intel/tigerlake/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/tigerlake/chip.h')
-rw-r--r--src/soc/intel/tigerlake/chip.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/soc/intel/tigerlake/chip.h b/src/soc/intel/tigerlake/chip.h
index cccf80476e..76a24807fc 100644
--- a/src/soc/intel/tigerlake/chip.h
+++ b/src/soc/intel/tigerlake/chip.h
@@ -317,10 +317,7 @@ struct soc_intel_tigerlake_config {
} debug_interface_flag;
/* CNVi BT Audio Offload: Enable/Disable BT Audio Offload. */
- enum {
- FORCE_DISABLE,
- FORCE_ENABLE,
- } CnviBtAudioOffload;
+ bool CnviBtAudioOffload;
/* TCSS USB */
uint8_t TcssXhciEn;