Commit e0551814 authored by Valerio Setti's avatar Valerio Setti Committed by Benjamin Cabé
Browse files

boards: remove ENTROPY_GENERATOR selection if BT



ENTROPY_GENERATOR is now automatically enabled if the board
has "zephyr,entropy" chosen property set, so there is no need
to manually select it.

Signed-off-by: default avatarValerio Setti <vsetti@baylibre.com>
parent 2d959d96
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -32,14 +32,5 @@ config UART_CONSOLE

endif # CONSOLE

# BT relies on PSA Crypto API to perform crypto operations. On this platform
# this is implemented by Mbed TLS which requires a (possibly true) random
# number generator to initialize properly. We enable ENTROPY_GENERATOR here
# instead of manually adding it to all samples/tests configuration files because
# it looks more compact and easier to maintain.
config ENTROPY_GENERATOR
	bool
	default y if BT


endif # BOARD_NATIVE_SIM
+0 −9
Original line number Diff line number Diff line
@@ -56,15 +56,6 @@ endif # BOARD_NRF5340BSIM_NRF5340_CPUAPP

if BOARD_NRF5340BSIM_NRF5340_CPUAPP || BOARD_NRF52_BSIM

# BT relies on PSA Crypto API to perform crypto operations. On this platform
# this is implemented by Mbed TLS which requires a (possibly true) random
# number generator to initialize properly. We enable ENTROPY_GENERATOR here
# instead of manually adding it to all samples/tests configuration files because
# it looks more compact and easier to maintain.
config ENTROPY_GENERATOR
	bool
	default y if BT

endif # BOARD_NRF5340BSIM_NRF5340_CPUAPP || BOARD_NRF52_BSIM

# The 15.4 driver Tx encryption is currently not functional with this
+0 −9
Original line number Diff line number Diff line
@@ -55,15 +55,6 @@ endif # BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP_NS

if BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP

# BT relies on PSA Crypto API to perform crypto operations. On this platform
# this is implemented by Mbed TLS which requires a (possibly true) random
# number generator to initialize properly. We enable ENTROPY_GENERATOR here
# instead of manually adding it to all samples/tests configuration files because
# it looks more compact and easier to maintain.
config ENTROPY_GENERATOR
	bool
	default y if BT

endif # BOARD_NRF5340_AUDIO_DK_NRF5340_CPUAPP

config BT_HCI_IPC
+0 −9
Original line number Diff line number Diff line
@@ -45,15 +45,6 @@ endif # BOARD_NRF5340DK_NRF5340_CPUAPP && TRUSTED_EXECUTION_SECURE

if BOARD_NRF5340DK_NRF5340_CPUAPP

# BT relies on PSA Crypto API to perform crypto operations. On this platform
# this is implemented by Mbed TLS which requires a (possibly true) random
# number generator to initialize properly. We enable ENTROPY_GENERATOR here
# instead of manually adding it to all samples/tests configuration files because
# it looks more compact and easier to maintain.
config ENTROPY_GENERATOR
	bool
	default y if BT

endif # BOARD_NRF5340DK_NRF5340_CPUAPP

if BOARD_NRF5340DK_NRF5340_CPUAPP_NS