I am running demo nrf/samples/matter/lock.
I tried to use CHIP_NUS so I set CONFIG_CHIP_NUS=y, it worked well.
After that, I wanted to make it bondable so I set CONFIG_BT_BONDABLE=y, but it could not work and got this booting error.
I didn't modify any other code except these two config CONFIG_CHIP_NUS=y, CONFIG_BT_BONDABLE=y.
So what should I do to make it bondable?