summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2022-01-16 19:51:41 -0800
committerCommit Bot <commit-bot@chromium.org>2022-03-01 19:42:01 +0000
commit16a1ba8221ebe8b55eee2bdd95fc69c1930194c8 (patch)
tree6f73b29d872745d37aa6b6f54daf751fe1994032 /include/config.h
parent14b34644fe16349af348d21f20d3897707132896 (diff)
downloadchrome-ec-16a1ba8221ebe8b55eee2bdd95fc69c1930194c8.tar.gz
RGBKBD: Add AW20198 driver
AW20198 is a LED driver which can control 6x11 RGB LEDs. BUG=b:199995751 BRANCH=None TEST=make BOARD=taniks Change-Id: I5cf86a15ae3f164fbaccc9140db08bb030c3ea2e Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3394287 Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 576480f250..17af7d6b5a 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3115,6 +3115,7 @@
#undef CONFIG_LED_DRIVER_MP3385 /* MPS MP3385, on I2C */
#undef CONFIG_LED_DRIVER_OZ554 /* O2Micro OZ554, on I2C */
#undef CONFIG_LED_DRIVER_IS31FL3743B /* Lumissil IS31FL3743B on SPI */
+#undef CONFIG_LED_DRIVER_AW20198 /* Awinic AW20198 on I2C */
/* Offset in flash where little firmware will live. */
#undef CONFIG_LFW_OFFSET