From cfaa3decc83d3f9faaeca2cde4447bc2f7d71a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Fri, 29 Nov 2024 23:16:14 +0700 Subject: [PATCH] samples: bt: enable entropy generator for frdm_k64f MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable entropy generator as needed by these samples. Fixes #82344 Signed-off-by: Manuel Argüelles --- samples/bluetooth/peripheral_hr/boards/frdm_k64f.conf | 1 + samples/bluetooth/peripheral_ht/boards/frdm_k64f.conf | 1 + 2 files changed, 2 insertions(+) create mode 100644 samples/bluetooth/peripheral_hr/boards/frdm_k64f.conf create mode 100644 samples/bluetooth/peripheral_ht/boards/frdm_k64f.conf diff --git a/samples/bluetooth/peripheral_hr/boards/frdm_k64f.conf b/samples/bluetooth/peripheral_hr/boards/frdm_k64f.conf new file mode 100644 index 00000000000000..5858c7b6db1b38 --- /dev/null +++ b/samples/bluetooth/peripheral_hr/boards/frdm_k64f.conf @@ -0,0 +1 @@ +CONFIG_ENTROPY_GENERATOR=y diff --git a/samples/bluetooth/peripheral_ht/boards/frdm_k64f.conf b/samples/bluetooth/peripheral_ht/boards/frdm_k64f.conf new file mode 100644 index 00000000000000..5858c7b6db1b38 --- /dev/null +++ b/samples/bluetooth/peripheral_ht/boards/frdm_k64f.conf @@ -0,0 +1 @@ +CONFIG_ENTROPY_GENERATOR=y