zephyr/tests/drivers/disk/disk_access/Kconfig
Declan Snyder 931e97a57d tests: disk: Increase stack size for USDHC
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>
2023-01-14 09:22:22 +01:00

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"