1# Intel SoC RTC configuration options
2
3# Copyright (c) 2023 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config RTC_MOTOROLA_MC146818
7	bool "RTC driver for x86 CMOS/RTC clock"
8	default y if !COUNTER
9	depends on DT_HAS_MOTOROLA_MC146818_ENABLED
10