1# Counter driver for x86 "CMOS" clock
2
3# Copyright (c) 2019 Intel Corp.
4# SPDX-License-Identifier: Apache-2.0
5
6config COUNTER_CMOS
7	bool "Counter driver for x86 CMOS/RTC clock"
8	default y if !RTC
9	depends on DT_HAS_MOTOROLA_MC146818_ENABLED
10