From 06f5565fb284d2897ccf7f43ba271c4bc0d618ec Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Fri, 14 Feb 2020 15:24:41 +0100 Subject: [PATCH] boards: olimex_stm32_e407: Remove stale entropy Kconfig settings This board now has an entropy driver, no need to use the test one anymore. See #22474. Signed-off-by: Carles Cufi --- boards/arm/olimex_stm32_e407/olimex_stm32_e407_defconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/boards/arm/olimex_stm32_e407/olimex_stm32_e407_defconfig b/boards/arm/olimex_stm32_e407/olimex_stm32_e407_defconfig index b52339333e5c79..0f9922d6a20151 100644 --- a/boards/arm/olimex_stm32_e407/olimex_stm32_e407_defconfig +++ b/boards/arm/olimex_stm32_e407/olimex_stm32_e407_defconfig @@ -38,6 +38,3 @@ CONFIG_CLOCK_STM32_APB1_PRESCALER=4 CONFIG_CLOCK_STM32_APB2_PRESCALER=2 CONFIG_ENTROPY_GENERATOR=y -CONFIG_ENTROPY_NAME="ENTROPY_0" -CONFIG_TEST_RANDOM_GENERATOR=y -CONFIG_TIMER_RANDOM_GENERATOR=y