summaryrefslogtreecommitdiff
path: root/zephyr/projects/guybrush/prj.conf
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2021-09-22 21:06:35 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-27 23:09:07 +0000
commitb6afc9e875cc6494ed6adb79c579f73093cff0c2 (patch)
treef93f7472135fd9b127b52bf6298a6d61334f1712 /zephyr/projects/guybrush/prj.conf
parent4c58dc54f65e9dde3363a62f027d023d26b991f3 (diff)
downloadchrome-ec-b6afc9e875cc6494ed6adb79c579f73093cff0c2.tar.gz
zephyr: convert fwctrl register to syscon driver
Note that currently CONFIG_SYSCON=y is required. There's an ongoing PR (https://github.com/zephyrproject-rtos/zephyr/pull/38762) to remove that requirement in favor of simply detecting an enabled node in DT via the compatible string. BRANCH=none BUG=b:179900857, b:165777478, b:200642229 TEST=zmake testall Signed-off-by: Yuval Peress <peress@google.com> Change-Id: Idad1f53afbda503e0e0b2fdf2931d5267a391d4d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3177749 Reviewed-by: Sam Hurst <shurst@google.com>
Diffstat (limited to 'zephyr/projects/guybrush/prj.conf')
-rw-r--r--zephyr/projects/guybrush/prj.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/zephyr/projects/guybrush/prj.conf b/zephyr/projects/guybrush/prj.conf
index a9e3ce60cd..d9f2b31d2f 100644
--- a/zephyr/projects/guybrush/prj.conf
+++ b/zephyr/projects/guybrush/prj.conf
@@ -39,6 +39,8 @@ CONFIG_PLATFORM_EC_KEYBOARD=y
CONFIG_PLATFORM_EC_KEYBOARD_COL2_INVERTED=y
CONFIG_PLATFORM_EC_VOLUME_BUTTONS=y
+CONFIG_SYSCON=y
+
# This is not yet supported
CONFIG_PLATFORM_EC_ADC=n
CONFIG_PLATFORM_EC_BOARD_VERSION_CBI=n