diff --git a/boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig b/boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig index 24deebd493b..657cc124a71 100644 --- a/boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig +++ b/boards/arm/nrf5340dk_nrf5340/Kconfig.defconfig @@ -9,7 +9,7 @@ config BOARD default "nrf5340dk_nrf5340_cpuapp" if BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF5340DK_NRF5340_CPUAPP_NS config ENTROPY_BT_HCI - default y if BT_HCI + default y if BT_HCI_HOST depends on ENTROPY_GENERATOR # By default, if we build for a Non-Secure version of the board, diff --git a/drivers/entropy/Kconfig.bt_hci b/drivers/entropy/Kconfig.bt_hci index 8ab1f64a812..01a5fd2806f 100644 --- a/drivers/entropy/Kconfig.bt_hci +++ b/drivers/entropy/Kconfig.bt_hci @@ -4,7 +4,7 @@ config ENTROPY_BT_HCI bool "Bluetooth HCI RNG driver" - depends on BT_HCI + depends on BT_HCI_HOST select ENTROPY_HAS_DRIVER help Enable Random Number Generator from a Bluetooth HCI device.