1## Using mcumgr with Zephyr
2
3### Configuration
4
5The `samples/smp_svr/zephyr/prj.conf` file provides a good starting point for
6configuring an application to use *mcumgr*.  The major configuration settings
7are described below:
8
9| Setting       | Description   | Default |
10| ------------- | ------------- | ------- |
11| `CONFIG_MCUMGR` | Enable the mcumgr management library. | n |
12| `CONFIG_MCUMGR_CMD_FS_MGMT` | Enable mcumgr handlers for file management | n |
13| `CONFIG_MCUMGR_CMD_IMG_MGMT` | Enable mcumgr handlers for image management | n |
14| `CONFIG_MCUMGR_CMD_LOG_MGMT` | Enable mcumgr handlers for log management | n |
15| `CONFIG_MCUMGR_CMD_OS_MGMT` | Enable mcumgr handlers for OS management | n |
16