summaryrefslogtreecommitdiff
path: root/board/peppy/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/peppy/board.h')
-rw-r--r--board/peppy/board.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/board/peppy/board.h b/board/peppy/board.h
index 52517bedb6..34b0155233 100644
--- a/board/peppy/board.h
+++ b/board/peppy/board.h
@@ -165,16 +165,10 @@ enum x86_signal {
};
/* Charger module */
-/* Set charger input current limit
- * Note - this value should depend on external power adapter,
- * designed charging voltage, and the maximum power of
- * a running system.
- */
-#define CONFIG_BQ24707A_R_SNS 10 /* 10 mOhm charge sense resistor */
-#define CONFIG_BQ24707A_R_AC 10 /* 10 mOhm input current sense resistor */
+#define CONFIG_CHARGER_SENSE_RESISTOR 10 /* Charge sense resistor, mOhm */
+#define CONFIG_CHARGER_SENSE_RESISTOR_AC 10 /* Input sensor resistor, mOhm */
#define CONFIG_CHARGER_INPUT_CURRENT 3078 /* mA, 90% of power supply rating */
-
enum adc_channel {
/* EC internal die temperature in degrees K. */
ADC_CH_EC_TEMP = 0,