summaryrefslogtreecommitdiff
path: root/board/drawcia
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2020-07-31 13:46:47 +0800
committerCommit Bot <commit-bot@chromium.org>2020-08-03 04:45:19 +0000
commit1a20b9ebc8e0cfbb1e111be2aad91bd89ea831d7 (patch)
tree10aad98f89da4c73c116343077776df94c2a8a39 /board/drawcia
parent4b02aea986e0548cec28d0c9d129a60d7e16e4c3 (diff)
downloadchrome-ec-1a20b9ebc8e0cfbb1e111be2aad91bd89ea831d7.tar.gz
drawcia: Add keyboard backlight support
BUG=none BRANCH=none TEST=Set FW_CONFIG to 0x0100 and make sure "ectool inventory" had keyboard backlight present. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I7e0fd3ee42d5829dd6c81427c6ecbb359a5c385c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2331977 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/drawcia')
-rw-r--r--board/drawcia/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/drawcia/board.h b/board/drawcia/board.h
index 82a9b68cfb..8bd08d2bfd 100644
--- a/board/drawcia/board.h
+++ b/board/drawcia/board.h
@@ -60,6 +60,9 @@
#define CONFIG_TABLET_MODE_SWITCH
#define CONFIG_GMR_TABLET_MODE
+/* Keyboard */
+#define CONFIG_PWM_KBLIGHT
+
/* TCPC */
#define CONFIG_USB_PD_PORT_MAX_COUNT 2
#define CONFIG_USB_PD_TCPM_ITE_ON_CHIP /* C0: ITE EC TCPC */