1CONFIG_ZTEST=y
2CONFIG_FLASH=y
3CONFIG_FLASH_MAP=y
4CONFIG_FLASH_AREA_CHECK_INTEGRITY=y
5CONFIG_FLASH_SIMULATOR=y
6# Written chunks have 0xFF padding on start and end to assure word alignment with flash.
7# Start padding can overlap data of previous chunk; flash drivers can only pull bits down to 0,
8# so overwriting with 0xFF is not possible. This config allows to "write" start padding 0xFF over
9# previously witten data, which is considered overwrite although it takes no effect.
10CONFIG_FLASH_SIMULATOR_DOUBLE_WRITES=y
11
12CONFIG_BT=y
13CONFIG_BT_OBSERVER=y
14CONFIG_BT_PERIPHERAL=y
15CONFIG_BT_MESH=y
16CONFIG_BT_MESH_BLOB_SRV=y
17CONFIG_BT_MESH_BLOB_CLI=y
18CONFIG_BT_MESH_BLOB_IO_FLASH=y
19