1# Copyright (c) 2021 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config BOARD_QEMU_CORTEX_M0
5	select QEMU_TARGET
6
7config NRF_TIMER_TIMER
8	bool "nRF Timer Counter (NRF_TIMER0) Timer"
9	depends on CLOCK_CONTROL
10	depends on SOC_COMPATIBLE_NRF
11	depends on SYS_CLOCK_EXISTS
12	select TICKLESS_CAPABLE
13	default y
14	help
15	  This module implements a kernel device driver for the nRF Timer
16	  Counter NRF_TIMER0 and provides the standard "system clock driver"
17	  interfaces.
18