1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2023 Antmicro <www.antmicro.com>
4
5if SOC_SERIES_APOLLO4X
6
7rsource "Kconfig.defconfig.apollo4*"
8
9# Need to enlarge the IDLE stack size because the power
10# management operations are executed in the idle task
11config IDLE_STACK_SIZE
12	default 2048 if PM
13
14endif # SOC_SERIES_APOLLO4X
15