14 lines
203 B
Plaintext
14 lines
203 B
Plaintext
|
# Kconfig - Subsystem configuration options
|
||
|
#
|
||
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
|
||
|
menu "Storage"
|
||
|
|
||
|
source "subsys/storage/flash_map/Kconfig"
|
||
|
|
||
|
endmenu
|