1# Copyright (c) 2021 Percepio AB
2# SPDX-License-Identifier: Apache-2.0
3
4menu "FCB Config"
5
6config PERCEPIO_DFM_CFG_STORAGE_PORT_FCB_SECTOR_COUNT
7    int "Sector Count"
8    default 1
9
10config PERCEPIO_DFM_CFG_STORAGE_PORT_FCB_SECTOR_SIZE
11    hex "Sector Size"
12    default 0x10000
13    help
14       Specifies the sector size to use for the FCB in the dfm_partition, this
15       should be a multiple of the underlying flash sector size (depends on
16       the flash hardware organization) in which the dfm_partition resides.
17
18endmenu # menu "FCB Config"