zephyr/soc/arc/snps_emsdp/Kconfig.defconfig.em4
Carles Cufi 4b8f1c04ab kconfig: Rename the ZTEST stack size option to align with the rest
All stack sizes should end with STACK_SIZE.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-02-22 08:23:05 -05:00

44 lines
564 B
Plaintext

# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
if SOC_EMSDP_EM4
config SYS_CLOCK_HW_CYCLES_PER_SEC
default 50000000
config CPU_EM4
default y
config ARC_MPU_VER
default 2
config RGF_NUM_BANKS
default 2
config HARVARD
default y
config ARC_FIRQ
default y
config CACHE_MANAGEMENT
default n
config FP_FPU_DA
default n
config MAIN_STACK_SIZE
default 2048
config IDLE_STACK_SIZE
default 2048
config ZTEST_STACK_SIZE
default 2048
depends on ZTEST
config NUM_IRQS
default 113
endif # SOC_EMSDP_EM4