summaryrefslogtreecommitdiff
path: root/zephyr/drivers/Kconfig
diff options
context:
space:
mode:
authorYuval Peress <peress@chromium.org>2021-09-08 00:25:50 -0600
committerCommit Bot <commit-bot@chromium.org>2021-09-10 17:48:12 +0000
commit316b2b4456aa78d986b675dabe547b73c59a7097 (patch)
treee17a852dbeebb05fb06355573b6551791db97569 /zephyr/drivers/Kconfig
parentca19275b9e9b86056783525bda71f610d798bd2b (diff)
downloadchrome-ec-316b2b4456aa78d986b675dabe547b73c59a7097.tar.gz
zephyr: driver: bbram: Migrate to upstream driver
Migrate the BBRAM driver to the upstream version. BRANCH=none BUG=b:195843756 TEST=zmake testall Cq-Depend: chromium:3147080 Signed-off-by: Yuval Peress <peress@chromium.org> Change-Id: I441e58f94c4874e268aad36df2f036a88187801b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3147230 Tested-by: Yuval Peress <peress@google.com> Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Commit-Queue: Yuval Peress <peress@google.com>
Diffstat (limited to 'zephyr/drivers/Kconfig')
-rw-r--r--zephyr/drivers/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/drivers/Kconfig b/zephyr/drivers/Kconfig
index 37cf390a64..041a6cf212 100644
--- a/zephyr/drivers/Kconfig
+++ b/zephyr/drivers/Kconfig
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-rsource "cros_bbram/Kconfig"
rsource "cros_flash/Kconfig"
rsource "cros_kb_raw/Kconfig"
rsource "cros_rtc/Kconfig"