1# QEMU Cortex-M0 board configuration
2
3# Copyright (c) 2019 Nordic Semiconductor ASA.
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_QEMU_CORTEX_M0
7
8config NRF_RTC_TIMER
9	default n if SYS_CLOCK_EXISTS
10
11config SYS_CLOCK_HW_CYCLES_PER_SEC
12	default 1000000
13
14config SYS_CLOCK_TICKS_PER_SEC
15	default 100
16
17endif # BOARD_QEMU_CORTEX_M0
18