If I add
CONFIG_BT=y
CONFIG_BT_PERIPHERAL=y
to tests/crypto/prj.conf then CONFIG_ENTROPY_CC310=y gets turned off when building. By default, this will then cause a hard fault if anything calls sys_rand32_get().
What are the proper configs to use ENTROPY_CC310 with Bluetooth?