From fbea2ceba3edfb308087623412e4b29b96c87a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Thu, 31 Oct 2024 15:05:40 +0100 Subject: [PATCH] samples: net: cloud: aws_iot_mqtt: remove redundant kconfig MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR is on by default, if the device supports that, so there is no need to enable it explicit. Signed-off-by: Fin Maaß --- samples/net/cloud/aws_iot_mqtt/boards/nucleo_f429zi.conf | 1 - 1 file changed, 1 deletion(-) delete mode 100644 samples/net/cloud/aws_iot_mqtt/boards/nucleo_f429zi.conf diff --git a/samples/net/cloud/aws_iot_mqtt/boards/nucleo_f429zi.conf b/samples/net/cloud/aws_iot_mqtt/boards/nucleo_f429zi.conf deleted file mode 100644 index 9d04586cc42..00000000000 --- a/samples/net/cloud/aws_iot_mqtt/boards/nucleo_f429zi.conf +++ /dev/null @@ -1 +0,0 @@ -CONFIG_ENTROPY_DEVICE_RANDOM_GENERATOR=y