zephyr/subsys/bluetooth/controller/hci
Alberto Escolar Piedras bab4ed1623 Bluetooth controller: nrf: Switch to use SOC_COMPATIBLE
Switch use of kconfig:
* SOC_SERIES_NRF53X -> SOC_COPATIBLE_NRF53X
* SOC_NRF5340_CPUNET -> SOC_COMPATIBLE_NRF5340_CPUNET
to also select those options/code when building for
the nrf53 simulated targets.

Also switch three kconfig range dependencies from
SOC_SERIES_NRF52X to SOC_COPATIBLE_NRF52X
(IRQ priority related) for consistency. These sound
not really have an impact.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-09-25 16:42:45 +02:00
..
nordic Bluetooth controller: nrf: Switch to use SOC_COMPATIBLE 2023-09-25 16:42:45 +02:00
openisa
hci_driver.c Bluetooth: Controller: Rework internal header includes 2023-06-12 06:20:24 -04:00
hci_internal.h
hci_user_ext.h
hci.c Bluetooth: Controller: Fix PHY value in HCI LE CIS Established Event 2023-09-25 16:42:20 +02:00