summaryrefslogtreecommitdiff
path: root/zephyr/shim
diff options
context:
space:
mode:
authorDavid Huang <david.huang@quanta.corp-partner.google.com>2023-03-17 09:19:45 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-20 04:12:43 +0000
commit441ba1e1d063ff0bf8befd7055adf77a1e05794c (patch)
tree9b54bbb2e9f6c3f9ef381fa862f3ccb325d80752 /zephyr/shim
parentef44ebdc0a74ddca5b8cf9722f0afe0cf858b70e (diff)
downloadchrome-ec-441ba1e1d063ff0bf8befd7055adf77a1e05794c.tar.gz
common: Move pse driver into driver place
Since there are more projects using this driver. Move it into driver place. BUG=b:273191751 BRANCH=None TEST=make buildall -j Change-Id: I50e2cb480a551ce19722edc2b6f70824f4b9147e Signed-off-by: David Huang <david.huang@quanta.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4335461 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'zephyr/shim')
-rw-r--r--zephyr/shim/include/config_chip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/zephyr/shim/include/config_chip.h b/zephyr/shim/include/config_chip.h
index e073f13396..d8ef2b04f2 100644
--- a/zephyr/shim/include/config_chip.h
+++ b/zephyr/shim/include/config_chip.h
@@ -835,6 +835,11 @@ extern char mock_jump_data[CONFIG_PLATFORM_EC_PRESERVED_END_OF_RAM_SIZE];
#define CONFIG_BUTTON_TRIGGERED_RECOVERY
#endif
+#undef CONFIG_PSE_LTC4291
+#ifdef PLATFORM_EC_PSE_LTC4291
+#define CONFIG_PSE_LTC4291
+#endif
+
#undef CONFIG_PWM_KBLIGHT
#undef CONFIG_KEYBOARD_BACKLIGHT
#ifdef CONFIG_PLATFORM_EC_PWM_KBLIGHT