1# Copyright (c) 2021 Percepio AB 2# SPDX-License-Identifier: Apache-2.0 3 4menu "Filesystem Config" 5 6config PERCEPIO_DFM_CFG_STORAGE_PORT_FILESYSTEM_PATH 7 string "Alert storage path" 8 default "/dfm" 9 help 10 Specifies where to store DFM Alerts. DFM will create a directory called "alerts" in the 11 specified path upon initialization. 12 13endmenu # menu "FCB Config"