zephyr/tests/subsys/fs/littlefs/Kconfig
Peter Bigot c167c96eb9 tests: fs: littlefs: test both default and non-default parameters
The file cache allocation infrastructure changes if multiple file
systems are present with different configurations.  Make sure both
allocation schemes are tested.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2021-02-02 07:15:17 -05:00

10 lines
244 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2020 Nordic Semicondutor ASA
mainmenu "littlefs core functionality test"
source "Kconfig.zephyr"
config APP_TEST_CUSTOM
bool "Select to test additional custom filesystem configurations"