From aff8a2801d37a8e4bfc65735e134404a4e460fb1 Mon Sep 17 00:00:00 2001 From: Diana Z Date: Mon, 17 Dec 2018 16:08:33 -0700 Subject: Octopus: remove keyboard backlight enable default So far, no octopus boards are actually using the keyboard backlight stuffing option. This change removes the config from being the default, and frees up about 1.8 kB of flash space on the boards. For any future boards wishing to use the backlight, the two configs can be moved into their individual board.h files. BUG=None BRANCH=octopus TEST=builds, bobba360 boots with no issue Change-Id: I0e2184b8decfa2a274569f8e863a2c59b59dbd63 Signed-off-by: Diana Z Reviewed-on: https://chromium-review.googlesource.com/1383196 Commit-Ready: ChromeOS CL Exonerator Bot Reviewed-by: Jett Rink --- baseboard/octopus/baseboard.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/baseboard/octopus/baseboard.h b/baseboard/octopus/baseboard.h index 2ff9d48c5f..05fe75d512 100644 --- a/baseboard/octopus/baseboard.h +++ b/baseboard/octopus/baseboard.h @@ -88,7 +88,6 @@ #define CONFIG_CROS_BOARD_INFO #define CONFIG_BOARD_VERSION_CBI #define CONFIG_LOW_POWER_IDLE -#define CONFIG_PWM #define CONFIG_DPTF #define CONFIG_BOARD_HAS_RTC_RESET @@ -255,7 +254,6 @@ #define CONFIG_KEYBOARD_PROTOCOL_8042 #define CONFIG_KEYBOARD_COL2_INVERTED #define CONFIG_KEYBOARD_PWRBTN_ASSERTS_KSI2 -#define CONFIG_PWM_KBLIGHT /******************************************************************************* * Sensor Config -- cgit v1.2.1