commit | e4fa386882269c34cdbaca1ae874de46e2b8aca6 | [log] [tgz] |
---|---|---|
author | Sean Madigan <sean.madigan@nordicsemi.no> | Tue Oct 15 16:19:00 2024 +0100 |
committer | Maureen Helm <maureen.helm@analog.com> | Wed Oct 23 15:32:59 2024 -0500 |
tree | a85c447b018a9064bc54cc12f18359d354303992 | |
parent | a2ecead78a4c12dc561cab91f70ca3829bb2f2cc [diff] |
soc: nordic: nrf53: SOC_NRF53_CPUNET_ENABLE should not depend on !BT The previous changes in https://github.com/zephyrproject-rtos/zephyr/pull/74304 assumed that because this is also handled in `bt_hci_transport_setup` that it shouldn't be done on initialisation too. However, if someone wants to develop their own app which uses BT and also wants to enable the CPUNET by default this KConfig should be available to them. Signed-off-by: Sean Madigan <sean.madigan@nordicsemi.no>