aff31cf62b
Fixes: #40559 Moving CMakeLists.txt gluecode into Zephyr repo minimizes the patching needed in LittleFS repo. It provides a dedicate Zephyr LFS config header which will define the equivalent LittleFS settings based upon Kconfig settings. This further reduces the patching needed in LittleFS. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_LITTLEFS_MODULE
|
|
bool
|
|
|
|
# Configuration of LittleFS is found in subsys/fs/Kconfig.littlefs for historic
|
|
# reasons.
|