1# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_EMSDP_EM6
5
6config SYS_CLOCK_HW_CYCLES_PER_SEC
7	default 50000000
8
9config CPU_EM6
10	default y
11
12config ARC_MPU_VER
13	default 2
14
15config RGF_NUM_BANKS
16	default 2
17
18config HARVARD
19	default y
20
21config ARC_FIRQ
22	default y
23
24config CACHE_MANAGEMENT
25	default y
26
27config FP_FPU_DA
28	default n
29
30config MAIN_STACK_SIZE
31	default 2048
32
33config IDLE_STACK_SIZE
34	default 2048
35
36config ZTEST_STACK_SIZE
37	default 2048
38	depends on ZTEST
39
40config NUM_IRQS
41	default 113
42
43endif # SOC_EMSDP_EM6
44