1# Copyright (c) 2021 Telink Semiconductor
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_SERIES_TLSR951X
5
6config SYS_CLOCK_HW_CYCLES_PER_SEC
7	default 32000
8
9config RISCV_SOC_INTERRUPT_INIT
10	default y
11
12config NUM_IRQS
13	default 64
14
15config XIP
16	default n
17
18config MAIN_STACK_SIZE
19	default 2048
20
21config IDLE_STACK_SIZE
22	default 1536
23
24config TEST_EXTRA_STACK_SIZE
25	default 1024
26
27config 2ND_LVL_INTR_00_OFFSET
28	default 11
29
30config HAS_FLASH_LOAD_OFFSET
31	default y if BOOTLOADER_MCUBOOT
32
33endif # SOC_SERIES_TLSR951X
34