summaryrefslogtreecommitdiff
path: root/board/kuldax/fw_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/kuldax/fw_config.h')
-rw-r--r--board/kuldax/fw_config.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/board/kuldax/fw_config.h b/board/kuldax/fw_config.h
index 5ddb3b02a1..d7fa0a11a9 100644
--- a/board/kuldax/fw_config.h
+++ b/board/kuldax/fw_config.h
@@ -1,4 +1,4 @@
-/* Copyright 2022 The Chromium OS Authors. All rights reserved.
+/* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -13,15 +13,9 @@
*
* Source of truth is the project/brask/brask/config.star configuration file.
*/
-enum ec_cfg_audio_type {
- DB_AUDIO_UNKNOWN = 0,
- DB_NAU88L25B_I2S = 1
-};
+enum ec_cfg_audio_type { DB_AUDIO_UNKNOWN = 0, DB_NAU88L25B_I2S = 1 };
-enum ec_cfg_bj_power {
- BJ_135W = 0,
- BJ_230W = 1
-};
+enum ec_cfg_bj_power { BJ_150W = 0, BJ_230W = 1, BJ_65W = 2, BJ_135W = 3 };
union brask_cbi_fw_config {
struct {