summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2022-05-20 17:45:06 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-23 21:24:27 +0000
commit827219ccaf414527e989046f4af6fe1ff8d9c379 (patch)
tree04388808575d8bbba2a4809fd4eed19c44921808 /board
parentbe0415c6f367eb96b330cb8026a06071b825771e (diff)
downloadchrome-ec-827219ccaf414527e989046f4af6fe1ff8d9c379.tar.gz
ghost: disable ADC_CHANNELS_RUNTIME_CONFIG
ghost has no need for reconfiguring the ADC channels at runtime. BRANCH=none BUG=b:230813416 TEST=make passes Change-Id: I2bdcd8bfa5d512ff29a33286ec298a6b5862e785 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3658336 Commit-Queue: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/ghost/board.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/board/ghost/board.h b/board/ghost/board.h
index 0dd6deddbb..9f1dd73847 100644
--- a/board/ghost/board.h
+++ b/board/ghost/board.h
@@ -143,12 +143,6 @@
#define CONFIG_CHARGER_BQ25710_SENSE_RESISTOR_AC 10
#define CONFIG_CHARGER_BQ25710_PSYS_SENSING
-/*
- * Older boards have a different ADC assignment.
- */
-
-#define CONFIG_ADC_CHANNELS_RUNTIME_CONFIG
-
#ifndef __ASSEMBLER__
#include "gpio_signal.h" /* needed by registers.h */