Zephyr CONFIG_BT initialization

Hi everyone. 

I would like to know can I skip the system initialize for bluetooth stack , until I need to use the BLE stack to peripheral application ?

I have a project using nRF52832, with zephyr, I would like to do some testing without Bluetooth stack, can I disable the stack initial and how can I initial it again in application ?

Related