1# Copyright (c) 2025 Antmicro <www.antmicro.com>
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_XTENSA_SAMPLE_CONTROLLER32
5
6# CONFIG_PRIVILEGED_STACK_SIZE must be aligned as specified by XCHAL_MPU_ALIGN.
7# For `sample_controller32`, that value is equal to 4096
8config PRIVILEGED_STACK_SIZE
9	default 4096 if XTENSA_MPU
10
11endif # SOC_XTENSA_SAMPLE_CONTROLLER32
12