summaryrefslogtreecommitdiff
path: root/board/boten
diff options
context:
space:
mode:
authorxiong.huang <xiong.huang@bitland.corp-partner.google.com>2020-07-14 10:46:02 +0800
committerCommit Bot <commit-bot@chromium.org>2020-07-15 05:41:32 +0000
commit234286a32f62067e06679faff0cc6c8f238fa877 (patch)
tree469085c42adc684c17d04f3beb97876f76540e33 /board/boten
parentd398b60ffea17c02b0081bb45e3be7b8057f5fff (diff)
downloadchrome-ec-234286a32f62067e06679faff0cc6c8f238fa877.tar.gz
boten: split CONFIG_LED_PWM out into boards
It will be happy to define LED behavior in boards. BUG=b:160664441 BRANCH=none TEST=make buildall -j4 Signed-off-by: xiong.huang <xiong.huang@bitland.corp-partner.google.com> Change-Id: Ib81fe8d20fa3ab74064958fba3576a1618635e52 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2296544 Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board/boten')
-rw-r--r--board/boten/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/boten/board.h b/board/boten/board.h
index 247dad4c80..10d2588412 100644
--- a/board/boten/board.h
+++ b/board/boten/board.h
@@ -30,6 +30,7 @@
#define CONFIG_OCPC_DEF_RBATT_MOHMS 22 /* R_DS(on) 11.6mOhm + 10mOhm sns rstr */
/* LED */
+#define CONFIG_LED_PWM
#define CONFIG_LED_PWM_COUNT 1
/* Sensors */