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.
|