1# SPDX-License-Identifier: Apache-2.0 2# 3# Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7 4# 5 6if SOC_RTS5912 7 8if REALTEK_RTS5912_RTMR 9 10config PM 11 default y 12 13config SYS_CLOCK_HW_CYCLES_PER_SEC 14 default 32768 15 16config SYS_CLOCK_TICKS_PER_SEC 17 default 32768 18 19config ARCH_HAS_CUSTOM_BUSY_WAIT 20 default y 21 22endif # REALTEK_RTS5912_RTMR 23 24endif # SOC_RTS5912 25