Various samples enabled to use the on-board QSPI memory. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Use LittleFS file system as Settings backend
|
|
CONFIG_FILE_SYSTEM=y
|
|
CONFIG_FILE_SYSTEM_LITTLEFS=y
|
|
CONFIG_SETTINGS_FILE=y
|
|
CONFIG_SETTINGS_FILE_PATH="/ff/settings/run"
|