Re: [PATCH] net: Kconfig: depend on DM_RNG for WGET_HTTPS

2025-02-04 Thread Ilias Apalodimas
Hi Jerome, Thanks for taking care of this On Tue, 4 Feb 2025 at 17:48, Jerome Forissier wrote: > > net/lwip/wget.c/mbedtls_hardware_poll() is calling dm_rng_read() but > dependency is not recorded anywhere that's why depend on DM_RNG > when WGET_HTTPS is used. > > Suggested-by: Michal Simek > C

[PATCH] net: Kconfig: depend on DM_RNG for WGET_HTTPS

2025-02-04 Thread Jerome Forissier
net/lwip/wget.c/mbedtls_hardware_poll() is calling dm_rng_read() but dependency is not recorded anywhere that's why depend on DM_RNG when WGET_HTTPS is used. Suggested-by: Michal Simek Co-developed-by: Ilias Apalodimas Signed-off-by: Ilias Apalodimas Signed-off-by: Jerome Forissier --- cmd/Kc