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