From 8d07542bdf861f3fcaf12fcb159ef068cf4ed93b Mon Sep 17 00:00:00 2001 From: Wai-Hong Tam Date: Tue, 15 May 2018 13:48:13 -0700 Subject: cheza: Enable LED support It is copied from the Lux board, as the rev-0 hardware uses the same design as Lux. The LED doesn't work if AP is in G5, as the LED power source PP5000 is disabled in G5. Will fix it later. BRANCH=none BUG=b:74395451 TEST=Tested several scenarios: charge, low-level battery, charge but no battery. Change-Id: I3803b917c6c4cba35176b75cb316b2c8ef9eb13a Signed-off-by: Wai-Hong Tam Reviewed-on: https://chromium-review.googlesource.com/1060582 Reviewed-by: Nicolas Boichat --- board/cheza/board.h | 1 + 1 file changed, 1 insertion(+) (limited to 'board/cheza/board.h') diff --git a/board/cheza/board.h b/board/cheza/board.h index f2d7b8fdd0..03e817d27e 100644 --- a/board/cheza/board.h +++ b/board/cheza/board.h @@ -25,6 +25,7 @@ /* EC Modules */ #define CONFIG_I2C #define CONFIG_I2C_MASTER +#define CONFIG_LED_COMMON #define CONFIG_ADC #undef CONFIG_PWM #undef CONFIG_PECI -- cgit v1.2.1