d41832f830
The code moves Zephyr specific code and CMakeLists.txt under modules/fatfs/. The commit also adds zephyr_fatfs_config.h header file, that is now used to override FF_ options of ffconf.h file within fatfs repository. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_FATFSFS_MODULE
|
|
bool
|
|
|
|
# Configuration of ELM FAT is found in subsys/fs/Kconfig.fatfs for historic
|
|
# reasons.
|