From e9b16dbda0f7ec027c30e17905c4a737cdad2e02 Mon Sep 17 00:00:00 2001 From: Keith Short Date: Tue, 20 Aug 2019 11:06:09 -0600 Subject: config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGER For all boards that defined CONFIG_CHARGER, CONFIG_CHARGER_V2 is also defined. Remove references to CONFIG_CHARGER_V2 from board header files. Replace CONFIG_CHARGER_V2 in common C modules with CONFIG_CHARGER when appropriate. BUG=b:139699769 BRANCH=none TEST=make buildall -j Change-Id: I6b54baf4ad2406bbed629b6b272dad9ea6a81280 Signed-off-by: Keith Short Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1789420 Reviewed-by: Daisuke Nojiri --- board/glkrvp_ite/board.h | 1 - 1 file changed, 1 deletion(-) (limited to 'board/glkrvp_ite') diff --git a/board/glkrvp_ite/board.h b/board/glkrvp_ite/board.h index 8b6f7149ad..d76e582262 100644 --- a/board/glkrvp_ite/board.h +++ b/board/glkrvp_ite/board.h @@ -42,7 +42,6 @@ #define CONFIG_CHARGER_PROFILE_VOLTAGE_RANGES 3 #define CONFIG_CHARGER_SENSE_RESISTOR 10 #define CONFIG_CHARGER_SENSE_RESISTOR_AC 10 -#define CONFIG_CHARGER_V2 #undef CONFIG_EXTPOWER_DEBOUNCE_MS #define CONFIG_EXTPOWER_DEBOUNCE_MS 200 #define CONFIG_EXTPOWER_GPIO -- cgit v1.2.1