I use nrf52832 + ncs1.7.0 to develop mesh projects. The current project requires mcuboot + mpsl. But I found that SoftDevice Controller occupies too much flash space, which has exceeded the size of bank0.
The following is the test I did, through CONFIG_BT_LL_SW_SPLIT to choose which protocol stack to use. Compiled projects do not include mcuboot.
The project compiled with Zephyr Bluetooth LE Controller, the flash occupies 167.1KB.

The project compiled with SoftDevice Controller, the flash occupies 219.5KB.

The project compiled with SoftDevice Controller is 52.4KB larger than Zephyr Bluetooth LE Controller.
Is there any way to reduce the size of the flash occupied by the SoftDevice Controller? This is very important to me.

