2016-06-04 04:42:45 +08:00
|
|
|
# Kconfig - external file system source code configuration options
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Intel Corporation
|
|
|
|
#
|
2017-01-21 09:22:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-06-04 04:42:45 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
|
|
|
|
|
|
menu "File Systems"
|
|
|
|
|
|
|
|
source "ext/fs/fat/Kconfig"
|
|
|
|
|
|
|
|
endmenu
|