summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_rtc
diff options
context:
space:
mode:
authorAl Semjonovs <asemjonovs@google.com>2022-09-07 12:27:52 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-08 23:46:43 +0000
commitebdd3cf52916c3d9ebcd5c3ee74c6e3e9ce4447f (patch)
tree55589c64a36421636355ef5eb6cb0e08ef29ce9b /zephyr/drivers/cros_rtc
parent294c981c373328709a4824cac30b54a1fcf127a0 (diff)
downloadchrome-ec-ebdd3cf52916c3d9ebcd5c3ee74c6e3e9ce4447f.tar.gz
zephyr: Enable RTC
Enable configs for zephyr/shim/src/rtc.c BUG=b:236074639 BRANCH=NONE TEST=./twister -T zephyr/test Signed-off-by: Al Semjonovs <asemjonovs@google.com> Change-Id: Ib383f14d47158d7ee2b952e6be738e93b3eb2f46 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3880864 Reviewed-by: Tomasz Michalec <tmichalec@google.com>
Diffstat (limited to 'zephyr/drivers/cros_rtc')
-rw-r--r--zephyr/drivers/cros_rtc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/drivers/cros_rtc/Kconfig b/zephyr/drivers/cros_rtc/Kconfig
index 50a4d00022..268a5a1903 100644
--- a/zephyr/drivers/cros_rtc/Kconfig
+++ b/zephyr/drivers/cros_rtc/Kconfig
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-if PLATFORM_EC_RTC
+if PLATFORM_EC_RTC && !ARCH_POSIX
choice CROS_RTC_TYPE
prompt "Select the RTC to use"