SDK 2.6.0 cmake error: CONFIG_BT_RPMSG has been renamed to CONFIG_BT_HCI_IPC

Just upgraded to NRF v 2.6.0 (Mac OS; VS Code). Our code previous built and ran successfully on our custom board with v 2.5.0 of the SDK.

Now we get the following error which breaks the build process, and it is unclear how to resolve it (e.g. setting CONFIG_BT_RPMSG=n in prj.conf just produces a different error).

CMake Error at /opt/nordic/ncs/v2.6.0/zephyr/drivers/bluetooth/hci/CMakeLists.txt:5 (message):
CONFIG_BT_RPMSG has been renamed to CONFIG_BT_HCI_IPC

Kindly advise. Thanks! Dan.

Related