net: Kconfig: depend on DM_RNG for WGET_HTTPS
authorJerome Forissier <jerome.forissier@linaro.org>
Tue, 4 Feb 2025 16:00:49 +0000 (17:00 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 18:37:24 +0000 (12:37 -0600)
commita091d173e32b98fe372b5b02d4e25c81f1bc9dc1
tree2aee5b7566dc114ee0f02c4507c94885d1eb72d2
parent331d75544fc843f93275eb3767753e4a0a712a39
net: Kconfig: depend on DM_RNG for WGET_HTTPS

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 <michal.simek@amd.com>
Co-developed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Tested-by: Michal Simek <michal.simek@amd.com>
cmd/Kconfig
net/lwip/wget.c