Increase the main stack size on the disk driver tests for devices using the MMC STACK with a IMX USDHC part. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
9 lines
186 B
Text
9 lines
186 B
Text
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright 2022 NXP
|
|
|
|
mainmenu "Disk driver access test"
|
|
|
|
config MAIN_STACK_SIZE
|
|
default 1280 if (MMC_STACK && IMX_USDHC)
|
|
|
|
source "Kconfig.zephyr"
|