zephyr/drivers/counter/Kconfig.cmos

10 lines
241 B
Plaintext

# Counter driver for x86 "CMOS" clock
# Copyright (c) 2019 Intel Corp.
# SPDX-License-Identifier: Apache-2.0
config COUNTER_CMOS
bool "Counter driver for x86 CMOS/RTC clock"
default y if !RTC
depends on DT_HAS_MOTOROLA_MC146818_ENABLED