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: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
2d959d96fb
commit
e05518146b
4 changed files with 0 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue