zephyr/tests/drivers/flash/common/Kconfig
Dominik Ermel c03f256fba tests/drivers/flash: Add test case for flash_get_size
Add flash_get_size commit and Kconfig option for test to set the
expected size of device.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-11-23 15:30:10 +01:00

15 lines
439 B
Plaintext

# Copyright (c) 2024, Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
# Device/scenario dependent information that is not available in
# other ways.
config TEST_DRIVER_FLASH_SIZE
int "Size of flash device under test"
default -1
help
Expected flash device size the test will validate against. If the flash driver does not
support the get_size() API, leave this set as -1 to skip the test.
source "Kconfig.zephyr"