mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 05:35:21 +00:00
Change-Id: I32cb4211056046ca28a81aa97aca5d3c0b9b8303 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
# Kconfig - external file system source code configuration options
|
|
|
|
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
menu "File Systems"
|
|
|
|
source "ext/fs/fat/Kconfig"
|
|
|
|
endmenu
|