drivers/bluetooth/hci: enable BT_SILABS_HCI on EFR32BG27
This commit enabled the Silicon Labs Bluetooth interface driver on the EFR32BG27 SoC series in the Kconfig. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
c590f62613
commit
abd1817366
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ config BT_STM32_IPM
|
||||||
|
|
||||||
config BT_SILABS_HCI
|
config BT_SILABS_HCI
|
||||||
bool "Silicon Labs Bluetooth interface"
|
bool "Silicon Labs Bluetooth interface"
|
||||||
depends on SOC_SERIES_EFR32BG22 || SOC_SERIES_EFR32MG24
|
depends on SOC_SERIES_EFR32BG22 || SOC_SERIES_EFR32MG24 || SOC_SERIES_EFR32BG27
|
||||||
depends on !PM || SOC_GECKO_PM_BACKEND_PMGR
|
depends on !PM || SOC_GECKO_PM_BACKEND_PMGR
|
||||||
select ENTROPY_GENERATOR
|
select ENTROPY_GENERATOR
|
||||||
select MBEDTLS
|
select MBEDTLS
|
||||||
|
|
2
west.yml
2
west.yml
|
@ -126,7 +126,7 @@ manifest:
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
- name: hal_silabs
|
- name: hal_silabs
|
||||||
revision: cee0e7704ece414924734cb422a6f346e13e71e5
|
revision: a143f03e846eb1b7b3135f3c8192820ce1b6d9c4
|
||||||
path: modules/hal/silabs
|
path: modules/hal/silabs
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue